py-pebble: added version 4.3.10
Pebble provides a neat API to manage threads and processes within an application.
This commit is contained in:
parent
f6254aa8d8
commit
438d7ff73a
5 changed files with 76 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2899 2019/08/18 16:07:12 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.2900 2019/08/21 12:39:39 adam Exp $
|
||||
#
|
||||
|
||||
COMMENT= Development utilities
|
||||
|
@ -2236,6 +2236,7 @@ SUBDIR+= py-pathlib
|
|||
SUBDIR+= py-pathlib2
|
||||
SUBDIR+= py-pathspec
|
||||
SUBDIR+= py-pbr
|
||||
SUBDIR+= py-pebble
|
||||
SUBDIR+= py-pep8
|
||||
SUBDIR+= py-pexpect
|
||||
SUBDIR+= py-pip
|
||||
|
|
2
devel/py-pebble/DESCR
Normal file
2
devel/py-pebble/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Pebble provides a neat API to manage threads and processes within an
|
||||
application.
|
24
devel/py-pebble/Makefile
Normal file
24
devel/py-pebble/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1 2019/08/21 12:39:39 adam Exp $
|
||||
|
||||
DISTNAME= Pebble-4.3.10
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pebble/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/noxdafox/pebble
|
||||
COMMENT= Threading and multiprocessing eye-candy
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
.if ${_PYTHON_VERSION} == 27
|
||||
DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
|
||||
.endif
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}/test && ${PYTHONBIN} -m unittest discover -v
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
42
devel/py-pebble/PLIST
Normal file
42
devel/py-pebble/PLIST
Normal file
|
@ -0,0 +1,42 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2019/08/21 12:39:39 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/pebble/__init__.py
|
||||
${PYSITELIB}/pebble/__init__.pyc
|
||||
${PYSITELIB}/pebble/__init__.pyo
|
||||
${PYSITELIB}/pebble/common.py
|
||||
${PYSITELIB}/pebble/common.pyc
|
||||
${PYSITELIB}/pebble/common.pyo
|
||||
${PYSITELIB}/pebble/concurrent/__init__.py
|
||||
${PYSITELIB}/pebble/concurrent/__init__.pyc
|
||||
${PYSITELIB}/pebble/concurrent/__init__.pyo
|
||||
${PYSITELIB}/pebble/concurrent/process.py
|
||||
${PYSITELIB}/pebble/concurrent/process.pyc
|
||||
${PYSITELIB}/pebble/concurrent/process.pyo
|
||||
${PYSITELIB}/pebble/concurrent/thread.py
|
||||
${PYSITELIB}/pebble/concurrent/thread.pyc
|
||||
${PYSITELIB}/pebble/concurrent/thread.pyo
|
||||
${PYSITELIB}/pebble/decorators.py
|
||||
${PYSITELIB}/pebble/decorators.pyc
|
||||
${PYSITELIB}/pebble/decorators.pyo
|
||||
${PYSITELIB}/pebble/functions.py
|
||||
${PYSITELIB}/pebble/functions.pyc
|
||||
${PYSITELIB}/pebble/functions.pyo
|
||||
${PYSITELIB}/pebble/pool/__init__.py
|
||||
${PYSITELIB}/pebble/pool/__init__.pyc
|
||||
${PYSITELIB}/pebble/pool/__init__.pyo
|
||||
${PYSITELIB}/pebble/pool/base_pool.py
|
||||
${PYSITELIB}/pebble/pool/base_pool.pyc
|
||||
${PYSITELIB}/pebble/pool/base_pool.pyo
|
||||
${PYSITELIB}/pebble/pool/channel.py
|
||||
${PYSITELIB}/pebble/pool/channel.pyc
|
||||
${PYSITELIB}/pebble/pool/channel.pyo
|
||||
${PYSITELIB}/pebble/pool/process.py
|
||||
${PYSITELIB}/pebble/pool/process.pyc
|
||||
${PYSITELIB}/pebble/pool/process.pyo
|
||||
${PYSITELIB}/pebble/pool/thread.py
|
||||
${PYSITELIB}/pebble/pool/thread.pyc
|
||||
${PYSITELIB}/pebble/pool/thread.pyo
|
6
devel/py-pebble/distinfo
Normal file
6
devel/py-pebble/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2019/08/21 12:39:39 adam Exp $
|
||||
|
||||
SHA1 (Pebble-4.3.10.tar.gz) = 5b8f71d6bb57c87dd226d7f1ee36eca38c171d81
|
||||
RMD160 (Pebble-4.3.10.tar.gz) = 2a938c6fb97ffe04354a24e37b23ebb93df8d3b1
|
||||
SHA512 (Pebble-4.3.10.tar.gz) = de5869110171497d9916aa8820d4ec7c1745c416993dea792ea37a450accd28469abbdd6277b49c41aff3b2498a99581c5b353613dc8e86ab02c17fde8ee2bf0
|
||||
Size (Pebble-4.3.10.tar.gz) = 24393 bytes
|
Loading…
Reference in a new issue