svn commit: r504276 - in head/devel: . py-plac
Yuri Victorovich
yuri at FreeBSD.org
Sun Jun 16 03:31:39 UTC 2019
Author: yuri
Date: Sun Jun 16 03:31:37 2019
New Revision: 504276
URL: https://svnweb.freebsd.org/changeset/ports/504276
Log:
New port: devel/py-plac: Command line arguments parser for python
Added:
head/devel/py-plac/
head/devel/py-plac/Makefile (contents, props changed)
head/devel/py-plac/distinfo (contents, props changed)
head/devel/py-plac/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jun 16 03:15:47 2019 (r504275)
+++ head/devel/Makefile Sun Jun 16 03:31:37 2019 (r504276)
@@ -4707,6 +4707,7 @@
SUBDIR += py-pip-tools2
SUBDIR += py-pipenv
SUBDIR += py-pkgconfig
+ SUBDIR += py-plac
SUBDIR += py-plan
SUBDIR += py-plex
SUBDIR += py-pluggy
Added: head/devel/py-plac/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-plac/Makefile Sun Jun 16 03:31:37 2019 (r504276)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= plac
+PORTVERSION= 1.0.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Command line arguments parser for python
+
+LICENSE= BSD3CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= distutils concurrent autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-plac/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-plac/distinfo Sun Jun 16 03:31:37 2019 (r504276)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1560655136
+SHA256 (plac-1.0.0.tar.gz) = b03f967f535b3bf5a71b191fa5eb09872a5cfb1e3b377efc4138995e10ba36d7
+SIZE (plac-1.0.0.tar.gz) = 121912
Added: head/devel/py-plac/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-plac/pkg-descr Sun Jun 16 03:31:37 2019 (r504276)
@@ -0,0 +1,3 @@
+Allegedly, the smartest command line arguments parser in the world.
+
+WWW: https://github.com/micheles/plac
More information about the svn-ports-all
mailing list