pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import py-cooldict version 1.02 (1.2) from pypi
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Mon May 7 18:09:26 2018 +0200
Changeset: 1a39277a1f857d8255af3f2b0aa8ebc5c6f0defc
Modified Files:
Makefile
Added Files:
py-cooldict/DESCR
py-cooldict/Makefile
py-cooldict/PLIST
py-cooldict/distinfo
py-cooldict/patches/patch-setup.py
Log Message:
Import py-cooldict version 1.02 (1.2) from pypi
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a39277a1f857d8255af3f2b0aa8ebc5c6f0defc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-cooldict/DESCR | 1 +
py-cooldict/Makefile | 15 +++++++++++++++
py-cooldict/PLIST | 9 +++++++++
py-cooldict/distinfo | 7 +++++++
py-cooldict/patches/patch-setup.py | 12 ++++++++++++
6 files changed, 45 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 326a1c2ed6..5b32a52dfd 100644
--- a/Makefile
+++ b/Makefile
@@ -3046,6 +3046,7 @@ SUBDIR+= py-confire
SUBDIR+= py-consensus
SUBDIR+= py-constraint
SUBDIR+= py-control
+SUBDIR+= py-cooldict
SUBDIR+= py-corpus
SUBDIR+= py-corrfitter
SUBDIR+= py-cosat
diff --git a/py-cooldict/DESCR b/py-cooldict/DESCR
new file mode 100644
index 0000000000..8b13789179
--- /dev/null
+++ b/py-cooldict/DESCR
@@ -0,0 +1 @@
+
diff --git a/py-cooldict/Makefile b/py-cooldict/Makefile
new file mode 100644
index 0000000000..d82bd77467
--- /dev/null
+++ b/py-cooldict/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME= cooldict-1.02
+PKGNAME= ${PYPKGPREFIX}-cooldict-1.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/cooldict/}
+
+MAINTAINER= khorben%defora.org@localhost
+HOMEPAGE= https://github.com/zardus/cooldict
+COMMENT= Some useful dict-like structures
+
+PYTHON_VERSIONS_ACCEPTED= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cooldict/PLIST b/py-cooldict/PLIST
new file mode 100644
index 0000000000..ed33d216cd
--- /dev/null
+++ b/py-cooldict/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/cooldict-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/cooldict-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/cooldict-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/cooldict-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/cooldict-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/cooldict.py
+${PYSITELIB}/cooldict.pyc
+${PYSITELIB}/cooldict.pyo
diff --git a/py-cooldict/distinfo b/py-cooldict/distinfo
new file mode 100644
index 0000000000..5ebe8b5aea
--- /dev/null
+++ b/py-cooldict/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (cooldict-1.02.tar.gz) = 4197731fc1383aed4f03b74c6a9d7dfe92305563
+RMD160 (cooldict-1.02.tar.gz) = 961770f9968d41ace9258e3097543bcd9c1a2cd7
+SHA512 (cooldict-1.02.tar.gz) = d5d3ed177be24ba4381f09e2a10bc7a6101d3a59f0f521d2dc081d3f676b518b4edc0ceb13e779d9936d490085ceb358a2529f766e020bd447857c459e52ebe1
+Size (cooldict-1.02.tar.gz) = 4745 bytes
+SHA1 (patch-setup.py) = daec0d16da285a3f4cd02e8ed124caa1f401dd07
diff --git a/py-cooldict/patches/patch-setup.py b/py-cooldict/patches/patch-setup.py
new file mode 100644
index 0000000000..9e2719df97
--- /dev/null
+++ b/py-cooldict/patches/patch-setup.py
@@ -0,0 +1,12 @@
+$NetBSD$
+
+Fix error "Unknown distribution option: 'install_requires'"
+
+--- setup.py.orig 2015-12-29 05:03:09.000000000 +0000
++++ setup.py
+@@ -1,4 +1,4 @@
+-from distutils.core import setup
++from setuptools import setup
+ setup(name='cooldict',
+ version='1.02',
+ description='Some useful dict-like structures',
Home |
Main Index |
Thread Index |
Old Index