pkgsrc-WIP-changes archive

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

Import py-ana version 0.05 (0.5) from pypi



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon May 7 17:48:26 2018 +0200
Changeset:	ab5c702ecd477fb5bb152e367ab6bac89b4b4d2d

Modified Files:
	Makefile
Added Files:
	py-ana/DESCR
	py-ana/Makefile
	py-ana/PLIST
	py-ana/distinfo
	py-ana/patches/patch-setup.py

Log Message:
Import py-ana version 0.05 (0.5) from pypi

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

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

diffstat:
 Makefile                      |  1 +
 py-ana/DESCR                  |  0
 py-ana/Makefile               | 15 +++++++++++++++
 py-ana/PLIST                  | 21 +++++++++++++++++++++
 py-ana/distinfo               |  7 +++++++
 py-ana/patches/patch-setup.py | 10 ++++++++++
 6 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a7421fe404..9d380749a2 100644
--- a/Makefile
+++ b/Makefile
@@ -2916,6 +2916,7 @@ SUBDIR+=	py-algebraixlib
 SUBDIR+=	py-algopy
 SUBDIR+=	py-amqpipe
 SUBDIR+=	py-amqplib
+SUBDIR+=	py-ana
 SUBDIR+=	py-anfft
 SUBDIR+=	py-aniso8601
 SUBDIR+=	py-anki2-devel
diff --git a/py-ana/DESCR b/py-ana/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-ana/Makefile b/py-ana/Makefile
new file mode 100644
index 0000000000..ae927d459c
--- /dev/null
+++ b/py-ana/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	ana-0.05
+PKGNAME=	${PYPKGPREFIX}-ana-0.5
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=a/ana/}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/ana/
+COMMENT=	ana
+
+PYTHON_VERSIONS_ACCEPTED=	27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ana/PLIST b/py-ana/PLIST
new file mode 100644
index 0000000000..407bfcd658
--- /dev/null
+++ b/py-ana/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/ana-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/ana-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/ana-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/ana-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/ana-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/ana/__init__.py
+${PYSITELIB}/ana/__init__.pyc
+${PYSITELIB}/ana/__init__.pyo
+${PYSITELIB}/ana/d.py
+${PYSITELIB}/ana/d.pyc
+${PYSITELIB}/ana/d.pyo
+${PYSITELIB}/ana/datalayer.py
+${PYSITELIB}/ana/datalayer.pyc
+${PYSITELIB}/ana/datalayer.pyo
+${PYSITELIB}/ana/errors.py
+${PYSITELIB}/ana/errors.pyc
+${PYSITELIB}/ana/errors.pyo
+${PYSITELIB}/ana/storable.py
+${PYSITELIB}/ana/storable.pyc
+${PYSITELIB}/ana/storable.pyo
diff --git a/py-ana/distinfo b/py-ana/distinfo
new file mode 100644
index 0000000000..9ec9196af7
--- /dev/null
+++ b/py-ana/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (ana-0.05.tar.gz) = 4ff7fe2f7813f2c79ae077f424fb22fa4b2d1dd0
+RMD160 (ana-0.05.tar.gz) = 60aec0b0567be7d4a89834739e28c6d518103b9c
+SHA512 (ana-0.05.tar.gz) = 98eaf9f6db5eaadfa2907b6b611ed04c0216197130761a4959fb37facb4f3b6cf100243a65e32c106f6d60225599080e11a2d0477cb87be34e28fae14aab8e30
+Size (ana-0.05.tar.gz) = 3132 bytes
+SHA1 (patch-setup.py) = bc7ed9cbdfe520f6ce16f23667f57f02108139b2
diff --git a/py-ana/patches/patch-setup.py b/py-ana/patches/patch-setup.py
new file mode 100644
index 0000000000..ad4e14fa33
--- /dev/null
+++ b/py-ana/patches/patch-setup.py
@@ -0,0 +1,10 @@
+$NetBSD$
+
+Fix error "Unknown distribution option: 'install_requires'"
+
+--- setup.py.orig	2018-03-27 23:17:53.000000000 +0000
++++ setup.py
+@@ -1,2 +1,2 @@
+-from distutils.core import setup
++from setuptools import setup
+ setup(name='ana', version='0.05', install_requires=['future'], packages=['ana'])


Home | Main Index | Thread Index | Old Index