pkgsrc-WIP-changes archive

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

+new package py-zope.deprecation



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Nov 4 00:28:38 2015 +0100
Changeset:	539387ca1f2e3124c04599b27a5163bc318a52bb

Added Files:
	py-zope.deprecation/DESCR
	py-zope.deprecation/Makefile
	py-zope.deprecation/PLIST
	py-zope.deprecation/distinfo

Log Message:
+new package py-zope.deprecation

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=539387ca1f2e3124c04599b27a5163bc318a52bb

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

diffstat:
 py-zope.deprecation/DESCR    |  2 ++
 py-zope.deprecation/Makefile | 16 ++++++++++++++++
 py-zope.deprecation/PLIST    | 21 +++++++++++++++++++++
 py-zope.deprecation/distinfo |  6 ++++++
 4 files changed, 45 insertions(+)

diffs:
diff --git a/py-zope.deprecation/DESCR b/py-zope.deprecation/DESCR
new file mode 100644
index 0000000..3bad5a1
--- /dev/null
+++ b/py-zope.deprecation/DESCR
@@ -0,0 +1,2 @@
+This package provides a simple function called deprecated(names, reason)
+to mark deprecated modules, classes, functions, methods and properties
diff --git a/py-zope.deprecation/Makefile b/py-zope.deprecation/Makefile
new file mode 100644
index 0000000..d273d42
--- /dev/null
+++ b/py-zope.deprecation/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	zope.deprecation-4.1.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/source/z/zope.deprecation/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	 http://pypi.python.org/pypi/zope.deprecation
+COMMENT=	Zope Deprecation Infrastructure
+LICENSE=	zpl-2.0
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-zope.deprecation/PLIST b/py-zope.deprecation/PLIST
new file mode 100644
index 0000000..f353a60
--- /dev/null
+++ b/py-zope.deprecation/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/zope/deprecation/__init__.py
+${PYSITELIB}/zope/deprecation/__init__.pyc
+${PYSITELIB}/zope/deprecation/__init__.pyo
+${PYSITELIB}/zope/deprecation/deprecation.py
+${PYSITELIB}/zope/deprecation/deprecation.pyc
+${PYSITELIB}/zope/deprecation/deprecation.pyo
+${PYSITELIB}/zope/deprecation/fixture.py
+${PYSITELIB}/zope/deprecation/fixture.pyc
+${PYSITELIB}/zope/deprecation/fixture.pyo
+${PYSITELIB}/zope/deprecation/tests.py
+${PYSITELIB}/zope/deprecation/tests.pyc
+${PYSITELIB}/zope/deprecation/tests.pyo
diff --git a/py-zope.deprecation/distinfo b/py-zope.deprecation/distinfo
new file mode 100644
index 0000000..a4b5fa4
--- /dev/null
+++ b/py-zope.deprecation/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (zope.deprecation-4.1.2.tar.gz) = d70e80a8ed36b12def45ad6bca9f619a2763868b
+RMD160 (zope.deprecation-4.1.2.tar.gz) = 1d6fd872e1e74adb326e9f550237d12e424fe8b2
+SHA512 (zope.deprecation-4.1.2.tar.gz) = 071b9dc310449a8fbab52053a64304ab72e9259b4676eab47296cb79d7616bb643c8cfcb8526b502491b214b7ee252b547051897dfbd8073a7aece5e0ec25ba5
+Size (zope.deprecation-4.1.2.tar.gz) = 146327 bytes


Home | Main Index | Thread Index | Old Index