Date: Fri, 9 Aug 2019 20:00:48 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508462 - in head/devel: . py-pebble Message-ID: <201908092000.x79K0mZ4019850@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 9 20:00:48 2019 New Revision: 508462 URL: https://svnweb.freebsd.org/changeset/ports/508462 Log: 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 Added: head/devel/py-pebble/ head/devel/py-pebble/Makefile (contents, props changed) head/devel/py-pebble/distinfo (contents, props changed) head/devel/py-pebble/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Aug 9 18:55:02 2019 (r508461) +++ head/devel/Makefile Fri Aug 9 20:00:48 2019 (r508462) @@ -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 Added: head/devel/py-pebble/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pebble/Makefile Fri Aug 9 20:00:48 2019 (r508462) @@ -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> Added: head/devel/py-pebble/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pebble/distinfo Fri Aug 9 20:00:48 2019 (r508462) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565352584 +SHA256 (Pebble-4.3.10.tar.gz) = c39a7bf99af6525fcf0783a8859fb10a4f20f4f988ddb66fd6fa7588f9c91731 +SIZE (Pebble-4.3.10.tar.gz) = 24393 Added: head/devel/py-pebble/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pebble/pkg-descr Fri Aug 9 20:00:48 2019 (r508462) @@ -0,0 +1,4 @@ +Pebble provides a neat API to manage threads and processes within an +application. + +WWW: https://github.com/noxdafox/pebble
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908092000.x79K0mZ4019850>