pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-jaraco.vcs



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 27 09:52:12 UTC 2023

Added Files:
        pkgsrc/devel/py-jaraco.vcs: DESCR Makefile PLIST distinfo

Log Message:
py-jaraco.vcs: added version 1.1.0

jaraco.vcs provides classes for inspecting and working with repositories in the
Mercurial and Git version control systems (VCS).

The classes provided are designed to use subprocess invocation to leverage the
command-line interfaces of the VCS tools hg and git. An in-process RepoManager
for Mercurial exists but has been disabled due to issues that arise when run in
certain environments (namely setuptools sandboxing).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-jaraco.vcs/DESCR \
    pkgsrc/devel/py-jaraco.vcs/Makefile pkgsrc/devel/py-jaraco.vcs/PLIST \
    pkgsrc/devel/py-jaraco.vcs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-jaraco.vcs/DESCR
diff -u /dev/null pkgsrc/devel/py-jaraco.vcs/DESCR:1.1
--- /dev/null   Mon Nov 27 09:52:12 2023
+++ pkgsrc/devel/py-jaraco.vcs/DESCR    Mon Nov 27 09:52:12 2023
@@ -0,0 +1,7 @@
+jaraco.vcs provides classes for inspecting and working with repositories in the
+Mercurial and Git version control systems (VCS).
+
+The classes provided are designed to use subprocess invocation to leverage the
+command-line interfaces of the VCS tools hg and git. An in-process RepoManager
+for Mercurial exists but has been disabled due to issues that arise when run in
+certain environments (namely setuptools sandboxing).
Index: pkgsrc/devel/py-jaraco.vcs/Makefile
diff -u /dev/null pkgsrc/devel/py-jaraco.vcs/Makefile:1.1
--- /dev/null   Mon Nov 27 09:52:12 2023
+++ pkgsrc/devel/py-jaraco.vcs/Makefile Mon Nov 27 09:52:12 2023
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2023/11/27 09:52:12 adam Exp $
+
+DISTNAME=      jaraco.vcs-1.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jaraco.vcs/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jaraco/jaraco.vcs
+COMMENT=       Facilities for working with VCS repositories
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-jaraco.classes-[0-9]*:../../devel/py-jaraco.classes
+DEPENDS+=      ${PYPKGPREFIX}-jaraco.versioning-[0-9]*:../../devel/py-jaraco.versioning
+DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.path-[0-9]*:../../devel/py-jaraco.path
+TEST_DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-jaraco.vcs/PLIST
diff -u /dev/null pkgsrc/devel/py-jaraco.vcs/PLIST:1.1
--- /dev/null   Mon Nov 27 09:52:12 2023
+++ pkgsrc/devel/py-jaraco.vcs/PLIST    Mon Nov 27 09:52:12 2023
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/27 09:52:12 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/jaraco/vcs/__init__.py
+${PYSITELIB}/jaraco/vcs/__init__.pyc
+${PYSITELIB}/jaraco/vcs/__init__.pyo
+${PYSITELIB}/jaraco/vcs/base.py
+${PYSITELIB}/jaraco/vcs/base.pyc
+${PYSITELIB}/jaraco/vcs/base.pyo
+${PYSITELIB}/jaraco/vcs/cmd.py
+${PYSITELIB}/jaraco/vcs/cmd.pyc
+${PYSITELIB}/jaraco/vcs/cmd.pyo
+${PYSITELIB}/jaraco/vcs/library.py
+${PYSITELIB}/jaraco/vcs/library.pyc
+${PYSITELIB}/jaraco/vcs/library.pyo
+${PYSITELIB}/jaraco/vcs/reentry.py
+${PYSITELIB}/jaraco/vcs/reentry.pyc
+${PYSITELIB}/jaraco/vcs/reentry.pyo
+${PYSITELIB}/jaraco/vcs/subprocess.py
+${PYSITELIB}/jaraco/vcs/subprocess.pyc
+${PYSITELIB}/jaraco/vcs/subprocess.pyo
Index: pkgsrc/devel/py-jaraco.vcs/distinfo
diff -u /dev/null pkgsrc/devel/py-jaraco.vcs/distinfo:1.1
--- /dev/null   Mon Nov 27 09:52:12 2023
+++ pkgsrc/devel/py-jaraco.vcs/distinfo Mon Nov 27 09:52:12 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/11/27 09:52:12 adam Exp $
+
+BLAKE2s (jaraco.vcs-1.1.0.tar.gz) = 7b0cf7adad2e992aa72ca61f382f66d1c94af8baf1e6a20b5f95fffa6932adc0
+SHA512 (jaraco.vcs-1.1.0.tar.gz) = 3b81787cd013e07de9c0b86d6160f0ff2bfae5d0583ffa4d24cda4f0a113de76497c3411f24e0756e3190543fc7813fea7d3aa1e161d0bccb96e83d281248f7e
+Size (jaraco.vcs-1.1.0.tar.gz) = 15705 bytes



Home | Main Index | Thread Index | Old Index