[Midnightbsd-cvs] mports [22489] trunk/devel: add some setuptools
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jun 11 17:04:03 EDT 2017
Revision: 22489
http://svnweb.midnightbsd.org/mports/?rev=22489
Author: laffer1
Date: 2017-06-11 17:04:03 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
add some setuptools
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-setuptools_darcs/
trunk/devel/py-setuptools_darcs/Makefile
trunk/devel/py-setuptools_darcs/distinfo
trunk/devel/py-setuptools_darcs/pkg-descr
trunk/devel/py-setuptools_hg/
trunk/devel/py-setuptools_hg/Makefile
trunk/devel/py-setuptools_hg/distinfo
trunk/devel/py-setuptools_hg/pkg-descr
trunk/devel/py-setuptools_scm/
trunk/devel/py-setuptools_scm/Makefile
trunk/devel/py-setuptools_scm/distinfo
trunk/devel/py-setuptools_scm/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2017-06-11 20:33:29 UTC (rev 22488)
+++ trunk/devel/Makefile 2017-06-11 21:04:03 UTC (rev 22489)
@@ -464,6 +464,9 @@
SUBDIR += py-pycparser
SUBDIR += py-pytest-runner
SUBDIR += py-pytz
+SUBDIR += py-setuptools_darcs
+SUBDIR += py-setuptools_hg
+SUBDIR += py-setuptools_scm
SUBDIR += py-simplejson
SUBDIR += py-six
SUBDIR += py-subversion
Added: trunk/devel/py-setuptools_darcs/Makefile
===================================================================
--- trunk/devel/py-setuptools_darcs/Makefile (rev 0)
+++ trunk/devel/py-setuptools_darcs/Makefile 2017-06-11 21:04:03 UTC (rev 22489)
@@ -0,0 +1,22 @@
+# Created by: Wen Heping <wenheping at gmail.com>
+# $FreeBSD: head/devel/py-setuptools_darcs/Makefile 412346 2016-04-01 14:00:51Z mat $
+# $MidnightBSD$
+
+PORTNAME= setuptools_darcs
+PORTVERSION= 1.2.11
+PORTREVISION= 2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Setuptools plugin for darcs
+
+LICENSE= unknown
+
+BUILD_DEPENDS= darcsver:devel/py-darcsver
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-setuptools_darcs/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-setuptools_darcs/distinfo
===================================================================
--- trunk/devel/py-setuptools_darcs/distinfo (rev 0)
+++ trunk/devel/py-setuptools_darcs/distinfo 2017-06-11 21:04:03 UTC (rev 22489)
@@ -0,0 +1,2 @@
+SHA256 (setuptools_darcs-1.2.11.tar.gz) = c1b68f67a2307ff3e17ba3d184cdad457aa0ffceb2d08326d61504ebc20350f3
+SIZE (setuptools_darcs-1.2.11.tar.gz) = 5230
Property changes on: trunk/devel/py-setuptools_darcs/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-setuptools_darcs/pkg-descr
===================================================================
--- trunk/devel/py-setuptools_darcs/pkg-descr (rev 0)
+++ trunk/devel/py-setuptools_darcs/pkg-descr 2017-06-11 21:04:03 UTC (rev 22489)
@@ -0,0 +1,3 @@
+setuptools plugin for darcs.
+
+WWW: https://pypi.python.org/pypi/setuptools_darcs/
Property changes on: trunk/devel/py-setuptools_darcs/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-setuptools_hg/Makefile
===================================================================
--- trunk/devel/py-setuptools_hg/Makefile (rev 0)
+++ trunk/devel/py-setuptools_hg/Makefile 2017-06-11 21:04:03 UTC (rev 22489)
@@ -0,0 +1,20 @@
+# Created by: Martin Wilke <miwi at FreeBSD.org>
+# $FreeBSD: head/devel/py-setuptools_hg/Makefile 372709 2014-11-18 09:37:31Z bapt $
+# $MidnightBSD$
+
+PORTNAME= setuptools_hg
+PORTVERSION= 0.4
+PORTREVISION= 1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Setuptools plugin for hg
+
+LICENSE= unknown
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-setuptools_hg/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-setuptools_hg/distinfo
===================================================================
--- trunk/devel/py-setuptools_hg/distinfo (rev 0)
+++ trunk/devel/py-setuptools_hg/distinfo 2017-06-11 21:04:03 UTC (rev 22489)
@@ -0,0 +1,2 @@
+SHA256 (setuptools_hg-0.4.tar.gz) = a41c3f9e7e503d760068aefd707ad82297a8d734078f478013b50be0dbe28f4e
+SIZE (setuptools_hg-0.4.tar.gz) = 11059
Property changes on: trunk/devel/py-setuptools_hg/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-setuptools_hg/pkg-descr
===================================================================
--- trunk/devel/py-setuptools_hg/pkg-descr (rev 0)
+++ trunk/devel/py-setuptools_hg/pkg-descr 2017-06-11 21:04:03 UTC (rev 22489)
@@ -0,0 +1,3 @@
+setuptools plugin for Mercurial version control system.
+
+WWW: https://pypi.python.org/pypi/setuptools_hg
Property changes on: trunk/devel/py-setuptools_hg/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-setuptools_scm/Makefile
===================================================================
--- trunk/devel/py-setuptools_scm/Makefile (rev 0)
+++ trunk/devel/py-setuptools_scm/Makefile 2017-06-11 21:04:03 UTC (rev 22489)
@@ -0,0 +1,17 @@
+# $FreeBSD: head/devel/py-setuptools_scm/Makefile 423782 2016-10-11 16:54:50Z wg $
+
+PORTNAME= setuptools_scm
+PORTVERSION= 1.13.1
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wg at FreeBSD.org
+COMMENT= Setuptools plugin to manage your versions by scm tags
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-setuptools_scm/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-setuptools_scm/distinfo
===================================================================
--- trunk/devel/py-setuptools_scm/distinfo (rev 0)
+++ trunk/devel/py-setuptools_scm/distinfo 2017-06-11 21:04:03 UTC (rev 22489)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476204846
+SHA256 (setuptools_scm-1.13.1.tar.gz) = dfb59aa2c50e3e6e0bfde5267eff552e167b296cd67ef27443bbfa22fdcb7036
+SIZE (setuptools_scm-1.13.1.tar.gz) = 22200
Property changes on: trunk/devel/py-setuptools_scm/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-setuptools_scm/pkg-descr
===================================================================
--- trunk/devel/py-setuptools_scm/pkg-descr (rev 0)
+++ trunk/devel/py-setuptools_scm/pkg-descr 2017-06-11 21:04:03 UTC (rev 22489)
@@ -0,0 +1,4 @@
+Handles managing your python package versions in scm metadata instead of
+declaring them as the version argument or in a scm managed file.
+
+WWW: https://github.com/pypa/setuptools_scm/
Property changes on: trunk/devel/py-setuptools_scm/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