pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import wip/py-eight2 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Fri Mar 5 13:37:51 2021 +0100
Changeset: 3c98c92b01329356b52bdd81d33ebb93c2ad681c
Modified Files:
Makefile
Added Files:
py-eight2/DESCR
py-eight2/Makefile
py-eight2/PLIST
py-eight2/distinfo
Log Message:
Import wip/py-eight2 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c98c92b01329356b52bdd81d33ebb93c2ad681c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-eight2/DESCR | 2 ++
py-eight2/Makefile | 25 +++++++++++++++++++++++++
py-eight2/PLIST | 27 +++++++++++++++++++++++++++
py-eight2/distinfo | 6 ++++++
5 files changed, 61 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index fbff5f6233..8e0f55b668 100644
--- a/Makefile
+++ b/Makefile
@@ -3592,6 +3592,7 @@ SUBDIR+= py-eemeter
SUBDIR+= py-efmlrs
SUBDIR+= py-eggnog-mapper
SUBDIR+= py-eigency
+SUBDIR+= py-eight2
SUBDIR+= py-einsteinpy
SUBDIR+= py-einsteinpy-geodesics
SUBDIR+= py-email-reply-parser
diff --git a/py-eight2/DESCR b/py-eight2/DESCR
new file mode 100644
index 0000000000..30e41add36
--- /dev/null
+++ b/py-eight2/DESCR
@@ -0,0 +1,2 @@
+TODO: Fill in a short description of the package.
+TODO: It should be between 3 and 20 lines.
diff --git a/py-eight2/Makefile b/py-eight2/Makefile
new file mode 100644
index 0000000000..66d7295da5
--- /dev/null
+++ b/py-eight2/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME= eight2-0.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= category python
+MASTER_SITES= ${MASTER_SITE_PYPI:=e/eight2/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/bopo/eight2
+COMMENT= Boilerplate contains all the boilerplate you need to create a Python package
+LICENSE= mit
+
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=5.2:../../devel/py-test-runner
+DEPENDS+= ${PYPKGPREFIX}-tzlocal>=2.1:../../time/py-tzlocal
+DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.11.3:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-arrow>=0.15.8:../../time/py-arrow
+DEPENDS+= ${PYPKGPREFIX}-sxtwl>=0:../../wip/py-sxtwl
+DEPENDS+= ${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.3.5:../../devel/py-test
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-eight2/PLIST b/py-eight2/PLIST
new file mode 100644
index 0000000000..f95088a3a1
--- /dev/null
+++ b/py-eight2/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD$
+bin/eight2
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/eight2/__init__.py
+${PYSITELIB}/eight2/__init__.pyc
+${PYSITELIB}/eight2/__init__.pyo
+${PYSITELIB}/eight2/__main__.py
+${PYSITELIB}/eight2/__main__.pyc
+${PYSITELIB}/eight2/__main__.pyo
+${PYSITELIB}/eight2/const.py
+${PYSITELIB}/eight2/const.pyc
+${PYSITELIB}/eight2/const.pyo
+${PYSITELIB}/eight2/eight2.py
+${PYSITELIB}/eight2/eight2.pyc
+${PYSITELIB}/eight2/eight2.pyo
+${PYSITELIB}/eight2/rulus.py
+${PYSITELIB}/eight2/rulus.pyc
+${PYSITELIB}/eight2/rulus.pyo
+${PYSITELIB}/eight2/tools.py
+${PYSITELIB}/eight2/tools.pyc
+${PYSITELIB}/eight2/tools.pyo
diff --git a/py-eight2/distinfo b/py-eight2/distinfo
new file mode 100644
index 0000000000..15d3db3751
--- /dev/null
+++ b/py-eight2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (eight2-0.2.0.tar.gz) = 042cd4c2ee08a347a7f283a73e442df22c3b3c4a
+RMD160 (eight2-0.2.0.tar.gz) = 996181e240eb5794bc41dbce57a30093e2cda168
+SHA512 (eight2-0.2.0.tar.gz) = ba9cd9b48b719099739246532ca98bb61fb54b79df4d400059b8e2f6a64e11902771a17bd571904d4811255bc42928e2e5da784b64776d69e4889d3369b042c6
+Size (eight2-0.2.0.tar.gz) = 17566 bytes
Home |
Main Index |
Thread Index |
Old Index