[Midnightbsd-cvs] mports [22490] trunk/devel: add missing port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jun 11 17:06:24 EDT 2017
Revision: 22490
http://svnweb.midnightbsd.org/mports/?rev=22490
Author: laffer1
Date: 2017-06-11 17:06:24 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
add missing port
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-darcsver/
trunk/devel/py-darcsver/Makefile
trunk/devel/py-darcsver/distinfo
trunk/devel/py-darcsver/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2017-06-11 21:04:03 UTC (rev 22489)
+++ trunk/devel/Makefile 2017-06-11 21:06:24 UTC (rev 22490)
@@ -438,6 +438,7 @@
SUBDIR += py-cffi
SUBDIR += py-colorama
SUBDIR += py-configparser
+SUBDIR += py-darcsver
SUBDIR += py-dateutil
SUBDIR += py-dbus
SUBDIR += py-enum34
Added: trunk/devel/py-darcsver/Makefile
===================================================================
--- trunk/devel/py-darcsver/Makefile (rev 0)
+++ trunk/devel/py-darcsver/Makefile 2017-06-11 21:06:24 UTC (rev 22490)
@@ -0,0 +1,24 @@
+# Created by: Wen Heping <wenheping at gmail.com>
+# $FreeBSD: head/devel/py-darcsver/Makefile 371280 2014-10-20 16:04:12Z mva $
+# $MidnightBSD$
+
+PORTNAME= darcsver
+PORTVERSION= 1.7.4
+PORTREVISION= 2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Generate a version number from darcs history
+
+LICENSE= unknown
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+post-patch:
+ @${REINPLACE_CMD} -e 's#(doc_loc, data_fnames)##g' ${WRKSRC}/setup.py
+
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-darcsver/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-darcsver/distinfo
===================================================================
--- trunk/devel/py-darcsver/distinfo (rev 0)
+++ trunk/devel/py-darcsver/distinfo 2017-06-11 21:06:24 UTC (rev 22490)
@@ -0,0 +1,2 @@
+SHA256 (darcsver-1.7.4.tar.gz) = 66b1864999764459a61fb9048802309cde12b141cb6e1ef1c8c46fdce56061f9
+SIZE (darcsver-1.7.4.tar.gz) = 8950
Property changes on: trunk/devel/py-darcsver/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-darcsver/pkg-descr
===================================================================
--- trunk/devel/py-darcsver/pkg-descr (rev 0)
+++ trunk/devel/py-darcsver/pkg-descr 2017-06-11 21:06:24 UTC (rev 22490)
@@ -0,0 +1,4 @@
+py-darcsver is a python module to generate a version
+number from darcs history.
+
+WWW: https://pypi.python.org/pypi/darcsver
Property changes on: trunk/devel/py-darcsver/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