svn commit: r417313 - in head/devel: . py-jaraco.classes
Mark Felder
feld at FreeBSD.org
Wed Jun 22 15:18:34 UTC 2016
Author: feld
Date: Wed Jun 22 15:18:32 2016
New Revision: 417313
URL: https://svnweb.freebsd.org/changeset/ports/417313
Log:
Routines for obtaining the class names of an object and its parent
classes.
WWW: https://pypi.python.org/pypi/jaraco.classes
Added:
head/devel/py-jaraco.classes/
head/devel/py-jaraco.classes/Makefile (contents, props changed)
head/devel/py-jaraco.classes/distinfo (contents, props changed)
head/devel/py-jaraco.classes/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Jun 22 15:16:37 2016 (r417312)
+++ head/devel/Makefile Wed Jun 22 15:18:32 2016 (r417313)
@@ -4163,6 +4163,7 @@
SUBDIR += py-isodate
SUBDIR += py-iterpipes
SUBDIR += py-itools
+ SUBDIR += py-jaraco.classes
SUBDIR += py-jaraco.timing
SUBDIR += py-jaraco.util
SUBDIR += py-jcc
Added: head/devel/py-jaraco.classes/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jaraco.classes/Makefile Wed Jun 22 15:18:32 2016 (r417313)
@@ -0,0 +1,21 @@
+# Created by: Mark Felder <feld at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= jaraco.classes
+PORTVERSION= 1.3
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= feld at FreeBSD.org
+COMMENT= Python class routines
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.7.0:devel/py-six
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/devel/py-jaraco.classes/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jaraco.classes/distinfo Wed Jun 22 15:18:32 2016 (r417313)
@@ -0,0 +1,2 @@
+SHA256 (jaraco.classes-1.3.tar.gz) = 8d7333a8930efd10a934d5a1b5984f81f0c08e483c5d39a604660c9715c64522
+SIZE (jaraco.classes-1.3.tar.gz) = 4095
Added: head/devel/py-jaraco.classes/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jaraco.classes/pkg-descr Wed Jun 22 15:18:32 2016 (r417313)
@@ -0,0 +1,4 @@
+Routines for obtaining the class names of an object and its parent
+classes.
+
+WWW: https://pypi.python.org/pypi/jaraco.classes
More information about the svn-ports-all
mailing list