[Midnightbsd-cvs] mports [22486] trunk/devel: py-hgtools add

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 11 15:58:16 EDT 2017


Revision: 22486
          http://svnweb.midnightbsd.org/mports/?rev=22486
Author:   laffer1
Date:     2017-06-11 15:58:16 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
py-hgtools add

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-hgtools/
    trunk/devel/py-hgtools/Makefile
    trunk/devel/py-hgtools/distinfo
    trunk/devel/py-hgtools/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2017-06-11 19:56:30 UTC (rev 22485)
+++ trunk/devel/Makefile	2017-06-11 19:58:16 UTC (rev 22486)
@@ -445,6 +445,7 @@
 SUBDIR += py-gobject
 SUBDIR += py-gobject3
 SUBDIR += py-gyp-devel
+SUBDIR += py-hgtools
 SUBDIR += py-jmespath
 SUBDIR += py-lazy-object-proxy
 SUBDIR += py-libpeas

Added: trunk/devel/py-hgtools/Makefile
===================================================================
--- trunk/devel/py-hgtools/Makefile	                        (rev 0)
+++ trunk/devel/py-hgtools/Makefile	2017-06-11 19:58:16 UTC (rev 22486)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME=	hgtools
+PORTVERSION=	6.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Classes and setuptools plugin for Mercurial repositories
+
+LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES?=		python zip
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-hgtools/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-hgtools/distinfo
===================================================================
--- trunk/devel/py-hgtools/distinfo	                        (rev 0)
+++ trunk/devel/py-hgtools/distinfo	2017-06-11 19:58:16 UTC (rev 22486)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463831578
+SHA256 (hgtools-6.3.zip) = 1d0ef6ceaba1673e6923b17d7f09c5ae2f4394d16ef80562812987a27e7836ff
+SIZE (hgtools-6.3.zip) = 39805


Property changes on: trunk/devel/py-hgtools/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-hgtools/pkg-descr
===================================================================
--- trunk/devel/py-hgtools/pkg-descr	                        (rev 0)
+++ trunk/devel/py-hgtools/pkg-descr	2017-06-11 19:58:16 UTC (rev 22486)
@@ -0,0 +1,7 @@
+Classes and setuptools plugin for Mercurial repositories
+
+hgtools builds on the setuptools_hg plugin for setuptools.
+Provides classes for inspecting and working with repositories in the
+Mercurial version control system.
+
+WWW: http://bitbucket.org/jaraco/hgtools


Property changes on: trunk/devel/py-hgtools/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