mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Add missing RUN_DEPENDS
- Add TEST_DEPENDS - Cosmetic change - Reformat pkg-descr - Add PyPI as primary WWW - Update WWW - Bump PORTREVISION for dependency change - Take maintainership
This commit is contained in:
parent
6bbf806b29
commit
6e0559bb50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438632
@ -3,18 +3,22 @@
|
||||
|
||||
PORTNAME= logilab-common
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Common low-level libraries shared among logilab projects
|
||||
|
||||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
The package logilab.common contains several modules providing low
|
||||
level functionalities shared among some python projects developed
|
||||
by logilab.
|
||||
The package logilab.common contains several modules providing low level
|
||||
functionalities shared among some python projects developed by logilab.
|
||||
|
||||
WWW: http://www.logilab.org/project/logilab-common
|
||||
WWW: https://pypi.python.org/pypi/logilab-common
|
||||
WWW: https://www.logilab.org/project/logilab-common
|
||||
|
Loading…
Reference in New Issue
Block a user