diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-27 16:22:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-27 16:22:06 +0000 |
commit | b3c8e65d3b02e3be7cb0e2d3a67b2331f6229b1d (patch) | |
tree | f13f111d016bd83b0c3a4819b9c1333397eb3920 /devel | |
parent | 7b7eca89c4923b23b1c9d5f4cad4b4d3893592ed (diff) |
Remove:
www/py-turbodjango
www/py-turbosetup
textproc/py-csv
devel/py-uuid
Notes
Notes:
svn path=/head/; revision=269921
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-uuid/Makefile | 25 | ||||
-rw-r--r-- | devel/py-uuid/distinfo | 3 | ||||
-rw-r--r-- | devel/py-uuid/pkg-descr | 7 | ||||
-rw-r--r-- | devel/py-uuid/pkg-plist | 3 |
5 files changed, 0 insertions, 39 deletions
diff --git a/devel/Makefile b/devel/Makefile index 519a6c6353bb..57159870ed2d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2988,7 +2988,6 @@ SUBDIR += py-urwid SUBDIR += py-usb SUBDIR += py-utils - SUBDIR += py-uuid SUBDIR += py-virtualenv SUBDIR += py-virtualenvwrapper SUBDIR += py-vmaps diff --git a/devel/py-uuid/Makefile b/devel/py-uuid/Makefile deleted file mode 100644 index d9dd909316fd..000000000000 --- a/devel/py-uuid/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: py-uuid -# Date created: 6 July 2008 -# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com> -# -# $FreeBSD$ - -PORTNAME= uuid -PORTVERSION= 1.30 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= jun-g@daemonfreaks.com -COMMENT= UUID object and generation functions for Python - -USE_PYTHON= 2.4 -USE_PYDISTUTILS= yes - -.include <bsd.port.pre.mk> - -#.if ${PYTHON_REL} >= 250 -#IGNORE= uuid ships with Python 2.5.x -#.endif - -.include <bsd.port.post.mk> diff --git a/devel/py-uuid/distinfo b/devel/py-uuid/distinfo deleted file mode 100644 index 7165c538b306..000000000000 --- a/devel/py-uuid/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (uuid-1.30.tar.gz) = 639b310f1fe6800e4bf8aa1dd9333117 -SHA256 (uuid-1.30.tar.gz) = 1f87cc004ac5120466f36c5beae48b4c48cc411968eed0eaecd3da82aa96193f -SIZE (uuid-1.30.tar.gz) = 5811 diff --git a/devel/py-uuid/pkg-descr b/devel/py-uuid/pkg-descr deleted file mode 100644 index 95f4e6594044..000000000000 --- a/devel/py-uuid/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -UUID object and generation functions for Python. - -The uuid module here is part of the standard library for -Python 2.5, distributed under the Python software license. - - -WWW: http://pypi.python.org/pypi/uuid/ diff --git a/devel/py-uuid/pkg-plist b/devel/py-uuid/pkg-plist deleted file mode 100644 index 491682fde4b8..000000000000 --- a/devel/py-uuid/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/uuid.py -%%PYTHON_SITELIBDIR%%/uuid.pyc -%%PYTHON_SITELIBDIR%%/uuid.pyo |