pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-ct: py-ct-0.4.8 import to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Mon Dec 7 14:08:22 2020 +0100
Changeset: 230e2c1478030682a2117d1e7dfcd584f97d5997
Added Files:
py-ct/DESCR
py-ct/Makefile
py-ct/PLIST
py-ct/distinfo
Log Message:
wip/py-ct: py-ct-0.4.8 import to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=230e2c1478030682a2117d1e7dfcd584f97d5997
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-ct/DESCR | 8 ++++++++
py-ct/Makefile | 19 +++++++++++++++++++
py-ct/PLIST | 33 +++++++++++++++++++++++++++++++++
py-ct/distinfo | 6 ++++++
4 files changed, 66 insertions(+)
diffs:
diff --git a/py-ct/DESCR b/py-ct/DESCR
new file mode 100644
index 0000000000..d14c3b5329
--- /dev/null
+++ b/py-ct/DESCR
@@ -0,0 +1,8 @@
+Makes various commands available to other packages
+. (Currently no sophisticated plugin system, just a try
+import/except in the other packages.) The same commands are
+available from within python. Can either add new subcommands to
+an existing argparse based command if the module has an existing
+command, or create the entire command if the module has no
+existing command. Currently, there are commands for copying
+examples and fetching data.
diff --git a/py-ct/Makefile b/py-ct/Makefile
new file mode 100644
index 0000000000..15ba6fd5f3
--- /dev/null
+++ b/py-ct/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= pyct-0.4.8
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyct/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/pyviz-dev/pyct
+COMMENT= Python package common tasks for users
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-param>=1.10.0:../../wip/py-param
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ct/PLIST b/py-ct/PLIST
new file mode 100644
index 0000000000..842393c5c4
--- /dev/null
+++ b/py-ct/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD$
+bin/pyct
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyct/.version
+${PYSITELIB}/pyct/__init__.py
+${PYSITELIB}/pyct/__init__.pyc
+${PYSITELIB}/pyct/__init__.pyo
+${PYSITELIB}/pyct/__main__.py
+${PYSITELIB}/pyct/__main__.pyc
+${PYSITELIB}/pyct/__main__.pyo
+${PYSITELIB}/pyct/build.py
+${PYSITELIB}/pyct/build.pyc
+${PYSITELIB}/pyct/build.pyo
+${PYSITELIB}/pyct/cmd.py
+${PYSITELIB}/pyct/cmd.pyc
+${PYSITELIB}/pyct/cmd.pyo
+${PYSITELIB}/pyct/report.py
+${PYSITELIB}/pyct/report.pyc
+${PYSITELIB}/pyct/report.pyo
+${PYSITELIB}/pyct/tests/__init__.py
+${PYSITELIB}/pyct/tests/__init__.pyc
+${PYSITELIB}/pyct/tests/__init__.pyo
+${PYSITELIB}/pyct/tests/test_cmd.py
+${PYSITELIB}/pyct/tests/test_cmd.pyc
+${PYSITELIB}/pyct/tests/test_cmd.pyo
+${PYSITELIB}/pyct/tests/test_report.py
+${PYSITELIB}/pyct/tests/test_report.pyc
+${PYSITELIB}/pyct/tests/test_report.pyo
diff --git a/py-ct/distinfo b/py-ct/distinfo
new file mode 100644
index 0000000000..ebbe6217e2
--- /dev/null
+++ b/py-ct/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pyct-0.4.8.tar.gz) = dbaf96607311652a1860ad9df0cb37ba0ec690b7
+RMD160 (pyct-0.4.8.tar.gz) = 9609d47f12ce53392d3d8c9dcaf6919f4f4c493a
+SHA512 (pyct-0.4.8.tar.gz) = 8570b06d9e7c6d19c7a3c6a0c7977fdd1810b4c3dea89423a06459b98cc941164d70f021157be32fa4405699e7ee1ef66a5bb522d752aed153d93ece23fdf1a0
+Size (pyct-0.4.8.tar.gz) = 16265 bytes
Home |
Main Index |
Thread Index |
Old Index