mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04: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
2 changed files with 11 additions and 7 deletions
|
@ -3,18 +3,22 @@
|
||||||
|
|
||||||
PORTNAME= logilab-common
|
PORTNAME= logilab-common
|
||||||
PORTVERSION= 1.4.0
|
PORTVERSION= 1.4.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Common low-level libraries shared among logilab projects
|
COMMENT= Common low-level libraries shared among logilab projects
|
||||||
|
|
||||||
LICENSE= LGPL21+
|
LICENSE= LGPL21+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||||
|
|
||||||
USES= python
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
USES= python
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
The package logilab.common contains several modules providing low
|
The package logilab.common contains several modules providing low level
|
||||||
level functionalities shared among some python projects developed
|
functionalities shared among some python projects developed by logilab.
|
||||||
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…
Add table
Reference in a new issue