pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel py-args: added version 0.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/321b13065b90
branches: trunk
changeset: 372855:321b13065b90
user: adam <adam%pkgsrc.org@localhost>
date: Tue Dec 19 05:56:31 2017 +0000
description:
py-args: added version 0.1.0
This simple module gives you an elegant interface for your command line
argumemnts.
diffstat:
devel/Makefile | 3 ++-
devel/py-args/DESCR | 2 ++
devel/py-args/Makefile | 16 ++++++++++++++++
devel/py-args/PLIST | 9 +++++++++
devel/py-args/distinfo | 6 ++++++
5 files changed, 35 insertions(+), 1 deletions(-)
diffs (66 lines):
diff -r a801b3ccd988 -r 321b13065b90 devel/Makefile
--- a/devel/Makefile Tue Dec 19 01:57:47 2017 +0000
+++ b/devel/Makefile Tue Dec 19 05:56:31 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2581 2017/12/18 23:30:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.2582 2017/12/19 05:56:31 adam Exp $
#
COMMENT= Development utilities
@@ -1833,6 +1833,7 @@
SUBDIR+= py-argcomplete
SUBDIR+= py-argh
SUBDIR+= py-argparse
+SUBDIR+= py-args
SUBDIR+= py-astor
SUBDIR+= py-astroid
SUBDIR+= py-async-timeout
diff -r a801b3ccd988 -r 321b13065b90 devel/py-args/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-args/DESCR Tue Dec 19 05:56:31 2017 +0000
@@ -0,0 +1,2 @@
+This simple module gives you an elegant interface for your command line
+argumemnts.
diff -r a801b3ccd988 -r 321b13065b90 devel/py-args/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-args/Makefile Tue Dec 19 05:56:31 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/12/19 05:56:31 adam Exp $
+
+DISTNAME= args-0.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/args/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/kennethreitz/args
+COMMENT= Command Arguments for Humans
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a801b3ccd988 -r 321b13065b90 devel/py-args/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-args/PLIST Tue Dec 19 05:56:31 2017 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/19 05:56:31 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/args.py
+${PYSITELIB}/args.pyc
+${PYSITELIB}/args.pyo
diff -r a801b3ccd988 -r 321b13065b90 devel/py-args/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-args/distinfo Tue Dec 19 05:56:31 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/19 05:56:31 adam Exp $
+
+SHA1 (args-0.1.0.tar.gz) = 2fcab65fb504d33aa146a454f54c6768b5e9175a
+RMD160 (args-0.1.0.tar.gz) = 336938ae77f4fe897352c48a923b3981727f4d68
+SHA512 (args-0.1.0.tar.gz) = 664d33386af2ac0b9d30344db5fb5cea4210f600df28708ada19266afec237d6e6d9d57f03c8b64cfdbb6a17eff05f633a2cc4ddbfedc320dd133be246aee033
+Size (args-0.1.0.tar.gz) = 3048 bytes
Home |
Main Index |
Thread Index |
Old Index