From 69022231d73fe9ca89d7fa33b07af4ae32039b93 Mon Sep 17 00:00:00 2001 From: "K.I.A.Derouiche" Date: Sat, 28 Nov 2020 21:20:55 +0100 Subject: [PATCH] import py-reproducible-0.4.0 to wip --- py-reproducible/DESCR | 6 ++++++ py-reproducible/Makefile | 27 +++++++++++++++++++++++++++ py-reproducible/PLIST | 14 ++++++++++++++ py-reproducible/distinfo | 6 ++++++ 4 files changed, 53 insertions(+) create mode 100644 py-reproducible/DESCR create mode 100644 py-reproducible/Makefile create mode 100644 py-reproducible/PLIST create mode 100644 py-reproducible/distinfo diff --git a/py-reproducible/DESCR b/py-reproducible/DESCR new file mode 100644 index 0000000000..2b777da8eb --- /dev/null +++ b/py-reproducible/DESCR @@ -0,0 +1,6 @@ +Reproducible library, aims to provide an easy way to gather +and save important information about the context in which a +result was computed. This includes details about the OS, the +Python version, the time, the git commit, the command-line +arguments, hashes of input and output files, and any user +provided data. diff --git a/py-reproducible/Makefile b/py-reproducible/Makefile new file mode 100644 index 0000000000..f056ab0eb9 --- /dev/null +++ b/py-reproducible/Makefile @@ -0,0 +1,27 @@ +# $NetBSD$ + +GITHUB_PROJECT= reproducible +GITHUB_TAG= v0.4.0 +DISTNAME= ${GITHUB_TAG} +PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME:S,^v,,} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_GITHUB:=oist-cnru/} +DIST_SUBDIR= ${GITHUB_PROJECT} + +MAINTAINER= jihbed.research@gmail.com +HOMEPAGE= https://github.com/oist-cnru/reproducible +COMMENT= Reproducible library +LICENSE= gnu-lgpl-v3 + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +DEPENDS+= ${PYPKGPREFIX}-gitpython>=3.1.11:../../devel/py-gitpython +DEPENDS+= ${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml +DEPENDS+= ${PYPKGPREFIX}-cpuinfo>=6.0.0:../../sysutils//py-cpuinfo + +WRKSRC= ${WRKDIR}/reproducible-0.4.0 + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/py-reproducible/PLIST b/py-reproducible/PLIST new file mode 100644 index 0000000000..05cfa69c38 --- /dev/null +++ b/py-reproducible/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD$ +${PYSITELIB}/reproducible-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO +${PYSITELIB}/reproducible-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt +${PYSITELIB}/reproducible-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt +${PYSITELIB}/reproducible-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt +${PYSITELIB}/reproducible-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt +${PYSITELIB}/reproducible/__init__.py +${PYSITELIB}/reproducible/__init__.pyc +${PYSITELIB}/reproducible/__init__.pyo +${PYSITELIB}/reproducible/reproducible.py +${PYSITELIB}/reproducible/reproducible.pyc +${PYSITELIB}/reproducible/reproducible.pyo +license.md +readme.md diff --git a/py-reproducible/distinfo b/py-reproducible/distinfo new file mode 100644 index 0000000000..5aee5e8b8b --- /dev/null +++ b/py-reproducible/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (reproducible/v0.4.0.tar.gz) = 2ceeda4201cf0ff93788bd7ae9d8c6fcdd821f19 +RMD160 (reproducible/v0.4.0.tar.gz) = f63b55c65e2463de757bcc67cb5effc511ca1829 +SHA512 (reproducible/v0.4.0.tar.gz) = d19399590c2e2055da34788089bc319a74c86ccd9631080f8a8d42ba4fd92ed1d2c8c4ac4f3ab74b574b192d9135e170cea56e1601902fba5a15093667686305 +Size (reproducible/v0.4.0.tar.gz) = 18730 bytes