svn commit: r523435 - in head/devel: . py-stringcase
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jan 18 18:22:56 UTC 2020
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= stringcase
+PORTVERSION= 1.2.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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
More information about the svn-ports-all
mailing list