1
0
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:
Sunpoet Po-Chuan Hsieh 2019-08-09 20:00:48 +00:00
parent 273673e8e4
commit ab7211c7f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508462
4 changed files with 35 additions and 0 deletions

View File

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

@ -0,0 +1,3 @@
TIMESTAMP = 1565352584
SHA256 (Pebble-4.3.10.tar.gz) = c39a7bf99af6525fcf0783a8859fb10a4f20f4f988ddb66fd6fa7588f9c91731
SIZE (Pebble-4.3.10.tar.gz) = 24393

View File

@ -0,0 +1,4 @@
Pebble provides a neat API to manage threads and processes within an
application.
WWW: https://github.com/noxdafox/pebble