- Use CHEESESHOP instead absolute download url
- Add LICENSE - Minimal python version is 2.6 - Add USE_DOS2UNIX - Whitespace fixes in pkg-descr PR: 157962 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
This commit is contained in:
parent
05056291ea
commit
14e481b16d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276279
2 changed files with 8 additions and 4 deletions
|
@ -7,15 +7,19 @@
|
||||||
|
|
||||||
PORTNAME= pyro
|
PORTNAME= pyro
|
||||||
PORTVERSION= 4.6
|
PORTVERSION= 4.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= http://pypi.python.org/packages/source/P/Pyro4/
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= Pyro4-${PORTVERSION}
|
DISTNAME= Pyro4-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= cvs-src@yandex.ru
|
MAINTAINER= cvs-src@yandex.ru
|
||||||
COMMENT= Distributed Object Middleware for Python(IPC/RPC)
|
COMMENT= Distributed Object Middleware for Python(IPC/RPC)
|
||||||
|
|
||||||
USE_PYTHON= 2.5+
|
LICENSE= MIT
|
||||||
|
|
||||||
|
USE_DOS2UNIX= yes
|
||||||
|
USE_PYTHON= 2.6+
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_PKGNAME= Pyro4
|
PYDISTUTILS_PKGNAME= Pyro4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue