Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 18:22:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523435 - in head/devel: . py-stringcase
Message-ID:  <202001181822.00IIMt0C081358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan 18 18:22:55 2020
New Revision: 523435
URL: https://svnweb.freebsd.org/changeset/ports/523435

Log:
  Add py-stringcase 1.2.0
  
  stringcase converts string cases between camel case, pascal case, snake case
  etc...
  
  WWW: https://github.com/okunishinishi/python-stringcase

Added:
  head/devel/py-stringcase/
  head/devel/py-stringcase/Makefile   (contents, props changed)
  head/devel/py-stringcase/distinfo   (contents, props changed)
  head/devel/py-stringcase/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jan 18 18:22:48 2020	(r523434)
+++ head/devel/Makefile	Sat Jan 18 18:22:55 2020	(r523435)
@@ -5073,6 +5073,7 @@
     SUBDIR += py-strategies
     SUBDIR += py-streamparse
     SUBDIR += py-strict-rfc3339
+    SUBDIR += py-stringcase
     SUBDIR += py-structlog
     SUBDIR += py-stsci.distutils
     SUBDIR += py-subprocess32

Added: head/devel/py-stringcase/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-stringcase/Makefile	Sat Jan 18 18:22:55 2020	(r523435)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	stringcase
+PORTVERSION=	1.2.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	String case converter
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-stringcase/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-stringcase/distinfo	Sat Jan 18 18:22:55 2020	(r523435)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579339397
+SHA256 (stringcase-1.2.0.tar.gz) = 48a06980661908efe8d9d34eab2b6c13aefa2163b3ced26972902e3bdfd87008
+SIZE (stringcase-1.2.0.tar.gz) = 2958

Added: head/devel/py-stringcase/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-stringcase/pkg-descr	Sat Jan 18 18:22:55 2020	(r523435)
@@ -0,0 +1,4 @@
+stringcase converts string cases between camel case, pascal case, snake case
+etc...
+
+WWW: https://github.com/okunishinishi/python-stringcase



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001181822.00IIMt0C081358>