[Midnightbsd-cvs] mports [23361] trunk/devel: add python ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 5 14:43:39 EDT 2018
Revision: 23361
http://svnweb.midnightbsd.org/mports/?rev=23361
Author: laffer1
Date: 2018-05-05 14:43:38 -0400 (Sat, 05 May 2018)
Log Message:
-----------
add python ports
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-parsedatetime/
trunk/devel/py-parsedatetime/Makefile
trunk/devel/py-parsedatetime/distinfo
trunk/devel/py-parsedatetime/pkg-descr
trunk/devel/py-singledispatch/
trunk/devel/py-singledispatch/Makefile
trunk/devel/py-singledispatch/distinfo
trunk/devel/py-singledispatch/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-05-05 18:40:24 UTC (rev 23360)
+++ trunk/devel/Makefile 2018-05-05 18:43:38 UTC (rev 23361)
@@ -476,6 +476,7 @@
SUBDIR += py-mccabe
SUBDIR += py-notify
SUBDIR += py-orbit
+SUBDIR += py-parsedatetime
SUBDIR += py-parsing
SUBDIR += py-ply
SUBDIR += py-pyasn1
@@ -487,6 +488,7 @@
SUBDIR += py-setuptools_hg
SUBDIR += py-setuptools_scm
SUBDIR += py-simplejson
+SUBDIR += py-singledispatch
SUBDIR += py-six
SUBDIR += py-subversion
SUBDIR += py-termcolor
Added: trunk/devel/py-parsedatetime/Makefile
===================================================================
--- trunk/devel/py-parsedatetime/Makefile (rev 0)
+++ trunk/devel/py-parsedatetime/Makefile 2018-05-05 18:43:38 UTC (rev 23361)
@@ -0,0 +1,17 @@
+# $MidnightBSD$
+
+PORTNAME= parsedatetime
+PORTVERSION= 2.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Python module for parsing 'human readable' date/time expressions
+
+LICENSE= apache2
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-parsedatetime/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-parsedatetime/distinfo
===================================================================
--- trunk/devel/py-parsedatetime/distinfo (rev 0)
+++ trunk/devel/py-parsedatetime/distinfo 2018-05-05 18:43:38 UTC (rev 23361)
@@ -0,0 +1,2 @@
+SHA256 (parsedatetime-2.1.tar.gz) = 17c578775520c99131634e09cfca5a05ea9e1bd2a05cd06967ebece10df7af2d
+SIZE (parsedatetime-2.1.tar.gz) = 56288
Property changes on: trunk/devel/py-parsedatetime/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-parsedatetime/pkg-descr
===================================================================
--- trunk/devel/py-parsedatetime/pkg-descr (rev 0)
+++ trunk/devel/py-parsedatetime/pkg-descr 2018-05-05 18:43:38 UTC (rev 23361)
@@ -0,0 +1,24 @@
+Python module that is able to parse 'human readable' date/time expressions.
+
+parsedatetime is able to parse, for example, the following:
+
+ * August 25th, 2008
+ * 25 Aug 2008
+ * Aug 25 5pm
+ * 5pm August 25
+ * next Saturday
+ * tomorrow
+ * next Thursday at 4pm
+ * at 4pm
+ * eod
+ * tomorrow eod
+ * eod Tuesday
+ * eoy
+ * eom
+ * in 5 minutes
+ * 5 minutes from now
+ * 5 hours before now
+ * 2 hours before noon
+ * 2 days from tomorrow
+
+WWW: https://github.com/bear/parsedatetime
Property changes on: trunk/devel/py-parsedatetime/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-singledispatch/Makefile
===================================================================
--- trunk/devel/py-singledispatch/Makefile (rev 0)
+++ trunk/devel/py-singledispatch/Makefile 2018-05-05 18:43:38 UTC (rev 23361)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME= singledispatch
+PORTVERSION= 3.4.0.3
+PORTREVISION= 1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Backport of functools.singledispatch from Python 3.4
+
+LICENSE= mit
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+
+USES= python:-3.3
+USE_PYTHON= distutils concurrent autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-singledispatch/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-singledispatch/distinfo
===================================================================
--- trunk/devel/py-singledispatch/distinfo (rev 0)
+++ trunk/devel/py-singledispatch/distinfo 2018-05-05 18:43:38 UTC (rev 23361)
@@ -0,0 +1,2 @@
+SHA256 (singledispatch-3.4.0.3.tar.gz) = 5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c
+SIZE (singledispatch-3.4.0.3.tar.gz) = 9529
Property changes on: trunk/devel/py-singledispatch/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-singledispatch/pkg-descr
===================================================================
--- trunk/devel/py-singledispatch/pkg-descr (rev 0)
+++ trunk/devel/py-singledispatch/pkg-descr 2018-05-05 18:43:38 UTC (rev 23361)
@@ -0,0 +1,10 @@
+This library brings functools.singledispatch from Python 3.4 to
+Python 2.6-3.3.
+
+PEP 443 proposed to expose a mechanism in the functools standard
+library module in Python 3.4 that provides a simple form of generic
+programming known as single-dispatch generic functions.
+
+This library is a backport of this functionality to Python 2.6 - 3.3.
+
+WWW: https://pypi.python.org/pypi/singledispatch
Property changes on: trunk/devel/py-singledispatch/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list