mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Updated to 4.4.0
- Set CONFLICTS=py-*-TurboGears-[0-9]*, because TG requires (and installs) a Python egg of this module - Fixed PKGNAMEPREFIX
This commit is contained in:
parent
5638a73430
commit
bfe8630d39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185565
@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= configobj
|
||||
PORTVERSION= 4.3.2
|
||||
PORTVERSION= 4.4.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Simple but powerful config file reader and writer
|
||||
@ -19,6 +19,9 @@ USE_ZIP= yes
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
# www/py-turbogears requires (and installs) a Python egg for ConfigObj
|
||||
CONFLICTS= py*-TurboGears-[0-9]*
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (configobj-4.3.2.zip) = d3ecc19bbc3180547432b8d688b384fe
|
||||
SHA256 (configobj-4.3.2.zip) = 76ea5aaaff71641945f872ed771035770f2c620bfbb179fa9f1d62b512a378a9
|
||||
SIZE (configobj-4.3.2.zip) = 270118
|
||||
MD5 (configobj-4.4.0.zip) = 9d222d8d583b9bdc5b5ecbae1be5177a
|
||||
SHA256 (configobj-4.4.0.zip) = ca09e5a308eaec07749eb74d772f6263dc9d7b7e76787b8c1fb986d34d323803
|
||||
SIZE (configobj-4.4.0.zip) = 171350
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $FreeBSD$
|
||||
%%PYTHON_SITELIBDIR%%/configobj.py
|
||||
%%PYTHON_SITELIBDIR%%/validate.py
|
||||
%%PYTHON_SITELIBDIR%%/configobj.pyc
|
||||
%%PYTHON_SITELIBDIR%%/validate.pyc
|
||||
%%PYTHON_SITELIBDIR%%/configobj.pyo
|
||||
%%PYTHON_SITELIBDIR%%/validate.py
|
||||
%%PYTHON_SITELIBDIR%%/validate.pyc
|
||||
%%PYTHON_SITELIBDIR%%/validate.pyo
|
||||
|
Loading…
Reference in New Issue
Block a user