pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-setuptools_scm_git_archive: added version 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4742ea1b7c1e
branches:  trunk
changeset: 312417:4742ea1b7c1e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 03 07:51:20 2018 +0000

description:
py-setuptools_scm_git_archive: added version 1.0

This is a setuptools_scm plugin that adds support for git archives (for example
the ones GitHub automatically generates).

diffstat:

 devel/Makefile                               |   3 ++-
 devel/py-setuptools_scm_git_archive/DESCR    |   2 ++
 devel/py-setuptools_scm_git_archive/Makefile |  18 ++++++++++++++++++
 devel/py-setuptools_scm_git_archive/PLIST    |   9 +++++++++
 devel/py-setuptools_scm_git_archive/distinfo |   6 ++++++
 5 files changed, 37 insertions(+), 1 deletions(-)

diffs (68 lines):

diff -r 6a0daddef8f4 -r 4742ea1b7c1e devel/Makefile
--- a/devel/Makefile    Mon Sep 03 07:40:45 2018 +0000
+++ b/devel/Makefile    Mon Sep 03 07:51:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2724 2018/09/01 20:58:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2725 2018/09/03 07:51:20 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2248,6 +2248,7 @@
 SUBDIR+=       py-serpent
 SUBDIR+=       py-setuptools
 SUBDIR+=       py-setuptools_scm
+SUBDIR+=       py-setuptools_scm_git_archive
 SUBDIR+=       py-setuptools_trial
 SUBDIR+=       py-simplegeneric
 SUBDIR+=       py-singledispatch
diff -r 6a0daddef8f4 -r 4742ea1b7c1e devel/py-setuptools_scm_git_archive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-setuptools_scm_git_archive/DESCR Mon Sep 03 07:51:20 2018 +0000
@@ -0,0 +1,2 @@
+This is a setuptools_scm plugin that adds support for git archives (for example
+the ones GitHub automatically generates).
diff -r 6a0daddef8f4 -r 4742ea1b7c1e devel/py-setuptools_scm_git_archive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-setuptools_scm_git_archive/Makefile      Mon Sep 03 07:51:20 2018 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/09/03 07:51:20 adam Exp $
+
+DISTNAME=      setuptools_scm_git_archive-1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools_scm_git_archive/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Changaco/setuptools_scm_git_archive
+COMMENT=       Setuptools_scm plugin for git archives
+LICENSE=       mit
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6a0daddef8f4 -r 4742ea1b7c1e devel/py-setuptools_scm_git_archive/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-setuptools_scm_git_archive/PLIST Mon Sep 03 07:51:20 2018 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/03 07:51:20 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/setuptools_scm_git_archive/__init__.py
+${PYSITELIB}/setuptools_scm_git_archive/__init__.pyc
+${PYSITELIB}/setuptools_scm_git_archive/__init__.pyo
diff -r 6a0daddef8f4 -r 4742ea1b7c1e devel/py-setuptools_scm_git_archive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-setuptools_scm_git_archive/distinfo      Mon Sep 03 07:51:20 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/09/03 07:51:20 adam Exp $
+
+SHA1 (setuptools_scm_git_archive-1.0.tar.gz) = 29b6350202332988a4a95e1f7b14194dcc22ff96
+RMD160 (setuptools_scm_git_archive-1.0.tar.gz) = 665c374d66941d878284e72dcd40125fb88debd3
+SHA512 (setuptools_scm_git_archive-1.0.tar.gz) = 47e0e14cfd863c1c7f704a134c3a342208fbc7b288daa011e1bd07af84bc08f6f3b97c484588fe23df1f119e375ae0f7b91801c214ba38281e5b003fb431c36b
+Size (setuptools_scm_git_archive-1.0.tar.gz) = 3050 bytes



Home | Main Index | Thread Index | Old Index