Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2016 15:18:32 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417313 - in head/devel: . py-jaraco.classes
Message-ID:  <201606221518.u5MFIWGF057617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jaraco.classes
+PORTVERSION=	1.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	feld@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



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