1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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/

PR:		ports/125408
Submitted by:	Junji NAKANISHI <jun-g at daemonfreaks.com>
This commit is contained in:
Martin Wilke 2008-07-19 20:05:56 +00:00
parent 07c0553cca
commit 33a338be61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217137
5 changed files with 39 additions and 0 deletions

View File

@ -2180,6 +2180,7 @@
SUBDIR += py-urwid
SUBDIR += py-usb
SUBDIR += py-utils
SUBDIR += py-uuid
SUBDIR += py-virtualenv
SUBDIR += py-vmaps
SUBDIR += py-wsgiutils

25
devel/py-uuid/Makefile Normal file
View File

@ -0,0 +1,25 @@
# 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>

3
devel/py-uuid/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (uuid-1.30.tar.gz) = 639b310f1fe6800e4bf8aa1dd9333117
SHA256 (uuid-1.30.tar.gz) = 1f87cc004ac5120466f36c5beae48b4c48cc411968eed0eaecd3da82aa96193f
SIZE (uuid-1.30.tar.gz) = 5811

7
devel/py-uuid/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
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/

3
devel/py-uuid/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
%%PYTHON_SITELIBDIR%%/uuid.py
%%PYTHON_SITELIBDIR%%/uuid.pyc
%%PYTHON_SITELIBDIR%%/uuid.pyo