Smart replacement for plain tuple used in __version__.

WWW:	http://pypi.python.org/pypi/versiontools
This commit is contained in:
Ruslan Makhmatkhanov 2012-04-13 18:03:31 +00:00
parent 9f446cd395
commit 712c99ec36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294779
4 changed files with 28 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (versiontools-1.9.1.tar.gz) = a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6
SIZE (versiontools-1.9.1.tar.gz) = 19089

View File

@ -0,0 +1,3 @@
Smart replacement for plain tuple used in __version__.
WWW: http://pypi.python.org/pypi/versiontools