pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-fasteners



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Wed Dec  6 22:01:51 UTC 2017

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

Log Message:
Add devel/py-fasteners package version 0.14.1


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

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

Added files:

Index: pkgsrc/devel/py-fasteners/DESCR
diff -u /dev/null pkgsrc/devel/py-fasteners/DESCR:1.1
--- /dev/null   Wed Dec  6 22:01:51 2017
+++ pkgsrc/devel/py-fasteners/DESCR     Wed Dec  6 22:01:51 2017
@@ -0,0 +1 @@
+A python package that provides useful locks.
Index: pkgsrc/devel/py-fasteners/Makefile
diff -u /dev/null pkgsrc/devel/py-fasteners/Makefile:1.1
--- /dev/null   Wed Dec  6 22:01:51 2017
+++ pkgsrc/devel/py-fasteners/Makefile  Wed Dec  6 22:01:51 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/12/06 22:01:51 triaxx Exp $
+
+DISTNAME=      fasteners-0.14.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fasteners/}
+
+MAINTAINER=    triaxx%NetBSD.org@localhost
+HOMEPAGE=      https://fasteners.readthedocs.io/
+COMMENT=       Python package providing useful locks
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-monotonic>=0.1:../../time/py-monotonic
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-fasteners/PLIST
diff -u /dev/null pkgsrc/devel/py-fasteners/PLIST:1.1
--- /dev/null   Wed Dec  6 22:01:51 2017
+++ pkgsrc/devel/py-fasteners/PLIST     Wed Dec  6 22:01:51 2017
@@ -0,0 +1,39 @@
+@comment $NetBSD: PLIST,v 1.1 2017/12/06 22:01:51 triaxx Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/fasteners/__init__.py
+${PYSITELIB}/fasteners/__init__.pyo
+${PYSITELIB}/fasteners/__init__.pyc
+${PYSITELIB}/fasteners/_utils.pyo
+${PYSITELIB}/fasteners/_utils.pyc
+${PYSITELIB}/fasteners/lock.pyo
+${PYSITELIB}/fasteners/lock.pyc
+${PYSITELIB}/fasteners/process_lock.pyo
+${PYSITELIB}/fasteners/process_lock.pyc
+${PYSITELIB}/fasteners/test.pyo
+${PYSITELIB}/fasteners/test.pyc
+${PYSITELIB}/fasteners/version.pyo
+${PYSITELIB}/fasteners/version.pyc
+${PYSITELIB}/fasteners/_utils.py
+${PYSITELIB}/fasteners/lock.py
+${PYSITELIB}/fasteners/process_lock.py
+${PYSITELIB}/fasteners/test.py
+${PYSITELIB}/fasteners/tests/__init__.py
+${PYSITELIB}/fasteners/tests/__init__.pyo
+${PYSITELIB}/fasteners/tests/__init__.pyc
+${PYSITELIB}/fasteners/tests/test_decorators.pyo
+${PYSITELIB}/fasteners/tests/test_decorators.pyc
+${PYSITELIB}/fasteners/tests/test_helpers.pyo
+${PYSITELIB}/fasteners/tests/test_helpers.pyc
+${PYSITELIB}/fasteners/tests/test_lock.pyo
+${PYSITELIB}/fasteners/tests/test_lock.pyc
+${PYSITELIB}/fasteners/tests/test_process_lock.pyo
+${PYSITELIB}/fasteners/tests/test_process_lock.pyc
+${PYSITELIB}/fasteners/tests/test_decorators.py
+${PYSITELIB}/fasteners/tests/test_helpers.py
+${PYSITELIB}/fasteners/tests/test_lock.py
+${PYSITELIB}/fasteners/tests/test_process_lock.py
+${PYSITELIB}/fasteners/version.py
Index: pkgsrc/devel/py-fasteners/distinfo
diff -u /dev/null pkgsrc/devel/py-fasteners/distinfo:1.1
--- /dev/null   Wed Dec  6 22:01:51 2017
+++ pkgsrc/devel/py-fasteners/distinfo  Wed Dec  6 22:01:51 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/06 22:01:51 triaxx Exp $
+
+SHA1 (fasteners-0.14.1.tar.gz) = 077b197429d592bd39f411a7ad24a1a6499c300e
+RMD160 (fasteners-0.14.1.tar.gz) = 35249664f75db20c602c18ce8a88c43ccf08a960
+SHA512 (fasteners-0.14.1.tar.gz) = a58c5f1658b1bc664c825f2237fa91b72b9f31590e7eb79c7ae7a86c507ebe84574ac7d8e837a7bec11ad32f04204ef6f5906219b00a6adb0732daee1eb6faa1
+Size (fasteners-0.14.1.tar.gz) = 17749 bytes



Home | Main Index | Thread Index | Old Index