pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 19 05:56:31 UTC 2017

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-args: DESCR Makefile PLIST distinfo

Log Message:
py-args: added version 0.1.0

This simple module gives you an elegant interface for your command line
argumemnts.


To generate a diff of this commit:
cvs rdiff -u -r1.2581 -r1.2582 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-args/DESCR \
    pkgsrc/devel/py-args/Makefile pkgsrc/devel/py-args/PLIST \
    pkgsrc/devel/py-args/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2581 pkgsrc/devel/Makefile:1.2582
--- pkgsrc/devel/Makefile:1.2581        Mon Dec 18 23:30:44 2017
+++ pkgsrc/devel/Makefile       Tue Dec 19 05:56:31 2017
@@ -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-appdirs
 SUBDIR+=       py-argcomplete
 SUBDIR+=       py-argh
 SUBDIR+=       py-argparse
+SUBDIR+=       py-args
 SUBDIR+=       py-astor
 SUBDIR+=       py-astroid
 SUBDIR+=       py-async-timeout

Added files:

Index: pkgsrc/devel/py-args/DESCR
diff -u /dev/null pkgsrc/devel/py-args/DESCR:1.1
--- /dev/null   Tue Dec 19 05:56:31 2017
+++ pkgsrc/devel/py-args/DESCR  Tue Dec 19 05:56:31 2017
@@ -0,0 +1,2 @@
+This simple module gives you an elegant interface for your command line
+argumemnts.
Index: pkgsrc/devel/py-args/Makefile
diff -u /dev/null pkgsrc/devel/py-args/Makefile:1.1
--- /dev/null   Tue Dec 19 05:56:31 2017
+++ pkgsrc/devel/py-args/Makefile       Tue Dec 19 05:56:31 2017
@@ -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"
Index: pkgsrc/devel/py-args/PLIST
diff -u /dev/null pkgsrc/devel/py-args/PLIST:1.1
--- /dev/null   Tue Dec 19 05:56:31 2017
+++ pkgsrc/devel/py-args/PLIST  Tue Dec 19 05:56:31 2017
@@ -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
Index: pkgsrc/devel/py-args/distinfo
diff -u /dev/null pkgsrc/devel/py-args/distinfo:1.1
--- /dev/null   Tue Dec 19 05:56:31 2017
+++ pkgsrc/devel/py-args/distinfo       Tue Dec 19 05:56:31 2017
@@ -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