Smart replacement for plain tuple used in __version__.
WWW: http://pypi.python.org/pypi/versiontools
This commit is contained in:
parent
9f446cd395
commit
712c99ec36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294779
@ -3399,6 +3399,7 @@
|
||||
SUBDIR += py-usb
|
||||
SUBDIR += py-utils
|
||||
SUBDIR += py-venusian
|
||||
SUBDIR += py-versiontools
|
||||
SUBDIR += py-virtualenv
|
||||
SUBDIR += py-virtualenvwrapper
|
||||
SUBDIR += py-wsgi_xmlrpc
|
||||
|
22
devel/py-versiontools/Makefile
Normal file
22
devel/py-versiontools/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: py-versiontools
|
||||
# Date created: 13 April 2012
|
||||
# Whom: Ruslan Mahmatkhanov <rm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= versiontools
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= Smart replacement for plain tuple used in __version__
|
||||
|
||||
# Python3 ready
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=easy_install
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-versiontools/distinfo
Normal file
2
devel/py-versiontools/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (versiontools-1.9.1.tar.gz) = a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6
|
||||
SIZE (versiontools-1.9.1.tar.gz) = 19089
|
3
devel/py-versiontools/pkg-descr
Normal file
3
devel/py-versiontools/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Smart replacement for plain tuple used in __version__.
|
||||
|
||||
WWW: http://pypi.python.org/pypi/versiontools
|
Loading…
Reference in New Issue
Block a user