import py-extremes-1.1.1
The peak.util.extremes module provides a production-quality implementation of the Min and Max objects from PEP 326. While PEP 326 was rejected for inclusion in the language or standard library, the objects described in it are useful in a variety of applications. In PEAK, they have been used to implement generic functions (in RuleDispatch and PEAK-Rules), as well as to handle scheduling and time operations in the Trellis. Because this has led to each project copying the same code, we've now split the module out so it can be used independently. input, ok fgs@
This commit is contained in:
parent
ae608b7d28
commit
99a6e82e71
36
devel/py-extremes/Makefile
Normal file
36
devel/py-extremes/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/04/05 01:09:17 martynas Exp $
|
||||
|
||||
COMMENT = mix and max objects
|
||||
|
||||
MODPY_EGG_VERSION = 1.1.1
|
||||
DISTNAME = Extremes-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-extremes-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://pypi.python.org/pypi/Extremes
|
||||
|
||||
MAINTAINER = Martynas Venckus <martynas@openbsd.org>
|
||||
|
||||
# PSF
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_PYPI:=E/Extremes/}
|
||||
EXTRACT_SUFX = .zip
|
||||
UNZIP = unzip -a
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
post-extract:
|
||||
@find ${WRKSRC} -type f -exec chmod 644 {} \;
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-extremes
|
||||
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/py-extremes
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/py-extremes/distinfo
Normal file
5
devel/py-extremes/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Extremes-1.1.1.zip) = dExoXzqyuUgZ+jTkHKfiaA==
|
||||
RMD160 (Extremes-1.1.1.zip) = hmPp9JkLHylFSEHKGE9puMcwsV8=
|
||||
SHA1 (Extremes-1.1.1.zip) = BwIVWBWb+h6PWZBNzRya8HiIvpg=
|
||||
SHA256 (Extremes-1.1.1.zip) = 6SVk0lNZKaGMUbdciQThOrXnim11/ujHDQTgmBL8hUU=
|
||||
SIZE (Extremes-1.1.1.zip) = 10360
|
9
devel/py-extremes/pkg/DESCR
Normal file
9
devel/py-extremes/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
The peak.util.extremes module provides a production-quality
|
||||
implementation of the Min and Max objects from PEP 326. While PEP
|
||||
326 was rejected for inclusion in the language or standard library,
|
||||
the objects described in it are useful in a variety of applications.
|
||||
In PEAK, they have been used to implement generic functions (in
|
||||
RuleDispatch and PEAK-Rules), as well as to handle scheduling and
|
||||
time operations in the Trellis. Because this has led to each project
|
||||
copying the same code, we've now split the module out so it can be
|
||||
used independently.
|
14
devel/py-extremes/pkg/PLIST
Normal file
14
devel/py-extremes/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/04/05 01:09:17 martynas Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/Extremes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}-nspkg.pth
|
||||
lib/python${MODPY_VERSION}/site-packages/Extremes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/Extremes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/Extremes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Extremes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Extremes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/namespace_packages.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Extremes-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/peak/
|
||||
lib/python${MODPY_VERSION}/site-packages/peak/util/
|
||||
lib/python${MODPY_VERSION}/site-packages/peak/util/extremes.py
|
||||
lib/python${MODPY_VERSION}/site-packages/peak/util/extremes.pyc
|
||||
share/doc/py-extremes/
|
||||
share/doc/py-extremes/README.txt
|
Loading…
Reference in New Issue
Block a user