import py-reproducible-0.4.0 to wip

This commit is contained in:
K.I.A.Derouiche 2020-11-28 21:20:55 +01:00
parent c39a166cfa
commit 69022231d7
4 changed files with 53 additions and 0 deletions

6
py-reproducible/DESCR Normal file
View File

@ -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.

27
py-reproducible/Makefile Normal file
View File

@ -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"

14
py-reproducible/PLIST Normal file
View File

@ -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

6
py-reproducible/distinfo Normal file
View File

@ -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