Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2008 01:37:43 +0900
From:      "Junji NAKANISHI" <jun-g@daemonfreaks.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/125408: [NEW PORT] devel/py-uuid: UUID object and generation functions for Python
Message-ID:  <1215535063.11925@blackmagic.daemonfreaks.local>
Resent-Message-ID: <200807081640.m68Ge2FR075552@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125408
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-uuid: UUID object and generation functions for Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 08 16:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Junji NAKANISHI
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.0-STABLE #2: Fri Feb 29 09:19:03 JST 2008
    root@blackmagic.daemonfreaks.local:/usr/obj/usr/src/sys/BLACKMAGIC



>Description:


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/


>How-To-Repeat:





>Fix:


--- py-uuid.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-uuid
#	py-uuid/pkg-plist
#	py-uuid/pkg-descr
#	py-uuid/distinfo
#	py-uuid/Makefile
#
echo c - py-uuid
mkdir -p py-uuid > /dev/null 2>&1
echo x - py-uuid/pkg-plist
sed 's/^X//' >py-uuid/pkg-plist << 'END-of-py-uuid/pkg-plist'
X%%PYTHON_SITELIBDIR%%/uuid.py
X%%PYTHON_SITELIBDIR%%/uuid.pyc
X%%PYTHON_SITELIBDIR%%/uuid.pyo
END-of-py-uuid/pkg-plist
echo x - py-uuid/pkg-descr
sed 's/^X//' >py-uuid/pkg-descr << 'END-of-py-uuid/pkg-descr'
XUUID object and generation functions for Python.
X
XThe uuid module here is part of the standard library for
XPython 2.5, distributed under the Python software license.
X
X
XWWW: http://pypi.python.org/pypi/uuid/
END-of-py-uuid/pkg-descr
echo x - py-uuid/distinfo
sed 's/^X//' >py-uuid/distinfo << 'END-of-py-uuid/distinfo'
XMD5 (uuid-1.30.tar.gz) = 639b310f1fe6800e4bf8aa1dd9333117
XSHA256 (uuid-1.30.tar.gz) = 1f87cc004ac5120466f36c5beae48b4c48cc411968eed0eaecd3da82aa96193f
XSIZE (uuid-1.30.tar.gz) = 5811
END-of-py-uuid/distinfo
echo x - py-uuid/Makefile
sed 's/^X//' >py-uuid/Makefile << 'END-of-py-uuid/Makefile'
X# New ports collection makefile for:	py-uuid
X# Date created:				6 July 2008
X# Whom:					Junji NAKANISHI <jun-g@daemonfreaks.com>
X#
X# $FreeBSD:$
X
XPORTNAME=	uuid
XPORTVERSION=	1.30
XCATEGORIES=	devel python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	jun-g@daemonfreaks.com
XCOMMENT=	UUID object and generation functions for Python
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
X.include <bsd.port.pre.mk>
X
X.if ${PYTHON_REL} >= 250
XIGNORE=		uuid ships with Python 2.5.x
X.endif
X
X.include <bsd.port.post.mk>
END-of-py-uuid/Makefile
exit

--- py-uuid.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1215535063.11925>