Allow concurrent installation (USE_PYTHON=concurrent)

- Update CONFLICTS_INSTALL
- Reformat pkg-descr
- Add PyPI as primary WWW
- Add GitHub repository to WWW
- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-16 20:55:31 +00:00
parent cab533369a
commit fa7e7d8285
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456497
2 changed files with 14 additions and 13 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= epsilon
PORTVERSION= 0.7.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,10 +18,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR}
CONFLICTS_INSTALL= brlcad-[0-9]* # bin/benchmark
# bin/benchmark
CONFLICTS_INSTALL= brlcad
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>

View File

@ -1,16 +1,16 @@
A small utility package that depends on tools too recent for Twisted (like
datetime in python2.4) but performs generic enough functions that it can be
datetime in python 2.4) but performs generic enough functions that it can be
used in projects that don't want to share Divmod's other projects' large
footprint.
Currently included:
- A powerful date/time formatting and import/export class (ExtimeDotTime), for
exchanging date and time information between all Python's various ways to
interpret objects as times or time deltas.
- Tools for managing concurrent asynchronous processes within Twisted.
- A metaclass which helps you define classes with explicit states.
- A featureful Version class.
- A formal system for application of monkey-patches.
* A powerful date/time formatting and import/export class (ExtimeDotTime),
for exchanging date and time information between all Python's various
ways to interpret objects as times or time deltas.
* Tools for managing concurrent asynchronous processes within Twisted.
* A metaclass which helps you define classes with explicit states.
* A featureful Version class.
* A formal system for application of monkey-patches.
WWW: https://launchpad.net/epsilon/
WWW: https://pypi.python.org/pypi/Epsilon
WWW: https://github.com/twisted/epsilon