pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-{rstr,reprotest}: remove both packages
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Wed Nov 9 23:32:35 2022 +0100
Changeset: 31a9378f1cd413e59bcbd8b827533a1f512d75f0
Modified Files:
Makefile
Removed Files:
py-reprotest/ALTERNATIVES
py-reprotest/DESCR
py-reprotest/Makefile
py-reprotest/PLIST
py-reprotest/distinfo
py-rstr/DESCR
py-rstr/Makefile
py-rstr/PLIST
py-rstr/distinfo
Log Message:
py-{rstr,reprotest}: remove both packages
These packages have now been imported into pkgsrc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31a9378f1cd413e59bcbd8b827533a1f512d75f0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 --
py-reprotest/ALTERNATIVES | 1 -
py-reprotest/DESCR | 4 ---
py-reprotest/Makefile | 31 ----------------------
py-reprotest/PLIST | 67 -----------------------------------------------
py-reprotest/distinfo | 5 ----
py-rstr/DESCR | 3 ---
py-rstr/Makefile | 16 -----------
py-rstr/PLIST | 24 -----------------
py-rstr/distinfo | 5 ----
10 files changed, 158 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index edb5622018..3d93ce526d 100644
--- a/Makefile
+++ b/Makefile
@@ -4581,7 +4581,6 @@ SUBDIR+= py-repoze.who
SUBDIR+= py-repr
SUBDIR+= py-reproducible
SUBDIR+= py-reproject
-SUBDIR+= py-reprotest
SUBDIR+= py-requests-cache
SUBDIR+= py-requirementslib
SUBDIR+= py-resampy
@@ -4601,7 +4600,6 @@ SUBDIR+= py-rpaths
SUBDIR+= py-rpncalc
SUBDIR+= py-rql
SUBDIR+= py-rst2html5
-SUBDIR+= py-rstr
SUBDIR+= py-rtree
SUBDIR+= py-ruffus
SUBDIR+= py-rxpy3
diff --git a/py-reprotest/ALTERNATIVES b/py-reprotest/ALTERNATIVES
deleted file mode 100644
index 81ff534347..0000000000
--- a/py-reprotest/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/reprotest @PREFIX@/bin/reprotest-@PYVERSSUFFIX@
diff --git a/py-reprotest/DESCR b/py-reprotest/DESCR
deleted file mode 100644
index 0188bb664d..0000000000
--- a/py-reprotest/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-reprotest builds the same source code twice in different environments, and then
-checks the binaries produced by each build for differences. If any are found,
-then diffoscope(1) (or if unavailable then diff(1)) is used to display them in
-detail for later analysis.
diff --git a/py-reprotest/Makefile b/py-reprotest/Makefile
deleted file mode 100644
index ad1977b80c..0000000000
--- a/py-reprotest/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD$
-
-DISTNAME= reprotest-0.7.22
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= sysutils python
-MASTER_SITES= ${MASTER_SITE_PYPI:=r/reprotest/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://salsa.debian.org/reproducible-builds/reprotest
-COMMENT= Build packages and check them for reproducibility
-LICENSE= gnu-gpl-v3
-
-DEPENDS+= ${PYPKGPREFIX}-diffoscope>=134:../../sysutils/py-diffoscope
-DEPENDS+= ${PYPKGPREFIX}-distro>=0:../../devel/py-distro
-DEPENDS+= ${PYPKGPREFIX}-rstr>=0:../../wip/py-rstr
-
-REPLACE_PYTHON+= reprotest/virt/autopkgtest-virt-chroot \
- reprotest/virt/autopkgtest-virt-lxc \
- reprotest/virt/autopkgtest-virt-lxd \
- reprotest/virt/autopkgtest-virt-null \
- reprotest/virt/autopkgtest-virt-qemu \
- reprotest/virt/autopkgtest-virt-schroot \
- reprotest/virt/autopkgtest-virt-ssh
-
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} reprotest reprotest-${PYVERSSUFFIX} || ${TRUE}
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-reprotest/PLIST b/py-reprotest/PLIST
deleted file mode 100644
index e8a482c0b8..0000000000
--- a/py-reprotest/PLIST
+++ /dev/null
@@ -1,67 +0,0 @@
-@comment $NetBSD$
-bin/reprotest-${PYVERSSUFFIX}
-${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}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/reprotest/__init__.py
-${PYSITELIB}/reprotest/__init__.pyc
-${PYSITELIB}/reprotest/__init__.pyo
-${PYSITELIB}/reprotest/__main__.py
-${PYSITELIB}/reprotest/__main__.pyc
-${PYSITELIB}/reprotest/__main__.pyo
-${PYSITELIB}/reprotest/build.py
-${PYSITELIB}/reprotest/build.pyc
-${PYSITELIB}/reprotest/build.pyo
-${PYSITELIB}/reprotest/environ.py
-${PYSITELIB}/reprotest/environ.pyc
-${PYSITELIB}/reprotest/environ.pyo
-${PYSITELIB}/reprotest/lib/VirtSubproc.py
-${PYSITELIB}/reprotest/lib/VirtSubproc.pyc
-${PYSITELIB}/reprotest/lib/VirtSubproc.pyo
-${PYSITELIB}/reprotest/lib/__init__.py
-${PYSITELIB}/reprotest/lib/__init__.pyc
-${PYSITELIB}/reprotest/lib/__init__.pyo
-${PYSITELIB}/reprotest/lib/adt_testbed.py
-${PYSITELIB}/reprotest/lib/adt_testbed.pyc
-${PYSITELIB}/reprotest/lib/adt_testbed.pyo
-${PYSITELIB}/reprotest/lib/adtlog.py
-${PYSITELIB}/reprotest/lib/adtlog.pyc
-${PYSITELIB}/reprotest/lib/adtlog.pyo
-${PYSITELIB}/reprotest/lib/system_interface/__init__.py
-${PYSITELIB}/reprotest/lib/system_interface/__init__.pyc
-${PYSITELIB}/reprotest/lib/system_interface/__init__.pyo
-${PYSITELIB}/reprotest/lib/system_interface/arch.py
-${PYSITELIB}/reprotest/lib/system_interface/arch.pyc
-${PYSITELIB}/reprotest/lib/system_interface/arch.pyo
-${PYSITELIB}/reprotest/lib/system_interface/debian.py
-${PYSITELIB}/reprotest/lib/system_interface/debian.pyc
-${PYSITELIB}/reprotest/lib/system_interface/debian.pyo
-${PYSITELIB}/reprotest/lib/system_interface/fedora.py
-${PYSITELIB}/reprotest/lib/system_interface/fedora.pyc
-${PYSITELIB}/reprotest/lib/system_interface/fedora.pyo
-${PYSITELIB}/reprotest/lib/system_interface/guix.py
-${PYSITELIB}/reprotest/lib/system_interface/guix.pyc
-${PYSITELIB}/reprotest/lib/system_interface/guix.pyo
-${PYSITELIB}/reprotest/mdiffconf.py
-${PYSITELIB}/reprotest/mdiffconf.pyc
-${PYSITELIB}/reprotest/mdiffconf.pyo
-${PYSITELIB}/reprotest/presets.py
-${PYSITELIB}/reprotest/presets.pyc
-${PYSITELIB}/reprotest/presets.pyo
-${PYSITELIB}/reprotest/shell_syn.py
-${PYSITELIB}/reprotest/shell_syn.pyc
-${PYSITELIB}/reprotest/shell_syn.pyo
-${PYSITELIB}/reprotest/utils.py
-${PYSITELIB}/reprotest/utils.pyc
-${PYSITELIB}/reprotest/utils.pyo
-${PYSITELIB}/reprotest/virt/autopkgtest-virt-chroot
-${PYSITELIB}/reprotest/virt/autopkgtest-virt-lxc
-${PYSITELIB}/reprotest/virt/autopkgtest-virt-lxd
-${PYSITELIB}/reprotest/virt/autopkgtest-virt-null
-${PYSITELIB}/reprotest/virt/autopkgtest-virt-qemu
-${PYSITELIB}/reprotest/virt/autopkgtest-virt-schroot
-${PYSITELIB}/reprotest/virt/autopkgtest-virt-ssh
diff --git a/py-reprotest/distinfo b/py-reprotest/distinfo
deleted file mode 100644
index a2b8dd772f..0000000000
--- a/py-reprotest/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (reprotest-0.7.22.tar.gz) = 5e8c615259eefafe66dec110624fe967c03c576d2008aba6fad2939b4de07c8b
-SHA512 (reprotest-0.7.22.tar.gz) = 85ad59da4f42a84e3ee10f6f90f45da906b5f7c1b2f2f8e6ca91f88e123aec19e64ebc5d76e8e73e3c8d9c560f07a6a1b358dad4cafe918fdb3bc7670aa22abf
-Size (reprotest-0.7.22.tar.gz) = 85355 bytes
diff --git a/py-rstr/DESCR b/py-rstr/DESCR
deleted file mode 100644
index 4f211ac35e..0000000000
--- a/py-rstr/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-rstr is a helper module for easily generating random strings of various types.
-It could be useful for fuzz testing, generating dummy data, or other
-applications.
diff --git a/py-rstr/Makefile b/py-rstr/Makefile
deleted file mode 100644
index 9405792fd5..0000000000
--- a/py-rstr/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-DISTNAME= rstr-3.2.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_PYPI:=r/rstr/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pypi.org/project/rstr/
-COMMENT= Generate random strings in Python
-LICENSE= modified-bsd
-
-USE_LANGUAGES= # none
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-rstr/PLIST b/py-rstr/PLIST
deleted file mode 100644
index 71f567cf2b..0000000000
--- a/py-rstr/PLIST
+++ /dev/null
@@ -1,24 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/rstr/__init__.py
-${PYSITELIB}/rstr/__init__.pyc
-${PYSITELIB}/rstr/py.typed
-${PYSITELIB}/rstr/rstr_base.py
-${PYSITELIB}/rstr/rstr_base.pyc
-${PYSITELIB}/rstr/tests/__init__.py
-${PYSITELIB}/rstr/tests/__init__.pyc
-${PYSITELIB}/rstr/tests/test_package_level_access.py
-${PYSITELIB}/rstr/tests/test_package_level_access.pyc
-${PYSITELIB}/rstr/tests/test_rstr.py
-${PYSITELIB}/rstr/tests/test_rstr.pyc
-${PYSITELIB}/rstr/tests/test_xeger.py
-${PYSITELIB}/rstr/tests/test_xeger.pyc
-${PYSITELIB}/rstr/xeger.py
-${PYSITELIB}/rstr/xeger.pyc
diff --git a/py-rstr/distinfo b/py-rstr/distinfo
deleted file mode 100644
index f3b2731177..0000000000
--- a/py-rstr/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (rstr-3.2.0.tar.gz) = b8571eb5e3ff86af8d1c79bebf11b04181d1ef78917b54aaa29a623105c600c8
-SHA512 (rstr-3.2.0.tar.gz) = 4e6613c68572c12755f3284baa97477843f39668f0753114a92b9d32c45cb7492fec299818ae4f7ea9bdf511ab715ef1dc0ef7d15af50bcb32fd9208f0e1af6e
-Size (rstr-3.2.0.tar.gz) = 12616 bytes
Home |
Main Index |
Thread Index |
Old Index