mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
Add py-pebble 4.3.10
Pebble provides a neat API to manage threads and processes within an application. WWW: https://github.com/noxdafox/pebble
This commit is contained in:
parent
273673e8e4
commit
ab7211c7f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508462
@ -4726,6 +4726,7 @@
|
||||
SUBDIR += py-pathtools
|
||||
SUBDIR += py-paver
|
||||
SUBDIR += py-pbr
|
||||
SUBDIR += py-pebble
|
||||
SUBDIR += py-pefile
|
||||
SUBDIR += py-pendulum
|
||||
SUBDIR += py-pep8-naming
|
||||
|
27
devel/py-pebble/Makefile
Normal file
27
devel/py-pebble/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pebble
|
||||
PORTVERSION= 4.3.10
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Pebble-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Threading and multiprocessing eye-candy
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PY_FUTURES}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|"{}".format(package_version())|"${PORTVERSION}"|' ${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-pebble/distinfo
Normal file
3
devel/py-pebble/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1565352584
|
||||
SHA256 (Pebble-4.3.10.tar.gz) = c39a7bf99af6525fcf0783a8859fb10a4f20f4f988ddb66fd6fa7588f9c91731
|
||||
SIZE (Pebble-4.3.10.tar.gz) = 24393
|
4
devel/py-pebble/pkg-descr
Normal file
4
devel/py-pebble/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Pebble provides a neat API to manage threads and processes within an
|
||||
application.
|
||||
|
||||
WWW: https://github.com/noxdafox/pebble
|
Loading…
Reference in New Issue
Block a user