wip/py-ct: py-ct-0.4.8 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-07 14:08:22 +01:00
parent 30b30ccb28
commit 230e2c1478
4 changed files with 66 additions and 0 deletions

8
py-ct/DESCR Normal file
View File

@ -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.

19
py-ct/Makefile Normal file
View File

@ -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
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"

33
py-ct/PLIST Normal file
View File

@ -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

6
py-ct/distinfo Normal file
View File

@ -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