pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-backports.tarfile: Import backports_tarfile-1.2.0 as wip/py-backports.tarfile
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Mon Aug 26 23:48:53 2024 +0900
Changeset: 8a5c087ff754eebc66b41334089ea7afffd835b3
Modified Files:
Makefile
Added Files:
py-backports.tarfile/DESCR
py-backports.tarfile/Makefile
py-backports.tarfile/PLIST
py-backports.tarfile/distinfo
Log Message:
py-backports.tarfile: Import backports_tarfile-1.2.0 as wip/py-backports.tarfile
Backport of CPython tarfile module
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a5c087ff754eebc66b41334089ea7afffd835b3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-backports.tarfile/DESCR | 1 +
py-backports.tarfile/Makefile | 14 ++++++++++++++
py-backports.tarfile/PLIST | 21 +++++++++++++++++++++
py-backports.tarfile/distinfo | 5 +++++
5 files changed, 42 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 6fd79b2237..0d37c2c6de 100644
--- a/Makefile
+++ b/Makefile
@@ -3340,6 +3340,7 @@ SUBDIR+= py-azure-storage-blob
SUBDIR+= py-b3j0f.aop
SUBDIR+= py-backoff
SUBDIR+= py-backports.csv
+SUBDIR+= py-backports.tarfile
SUBDIR+= py-badges
SUBDIR+= py-bandicoot
SUBDIR+= py-bannock
diff --git a/py-backports.tarfile/DESCR b/py-backports.tarfile/DESCR
new file mode 100644
index 0000000000..f99c8fa97e
--- /dev/null
+++ b/py-backports.tarfile/DESCR
@@ -0,0 +1 @@
+Backport of CPython tarfile module
diff --git a/py-backports.tarfile/Makefile b/py-backports.tarfile/Makefile
new file mode 100644
index 0000000000..057559eabf
--- /dev/null
+++ b/py-backports.tarfile/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= backports_tarfile-1.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/_/./}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/backports_tarfile/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jaraco/backports.tarfile
+COMMENT= Backport of CPython tarfile module
+LICENSE= mit
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-backports.tarfile/PLIST b/py-backports.tarfile/PLIST
new file mode 100644
index 0000000000..ea6e9b39b2
--- /dev/null
+++ b/py-backports.tarfile/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/backports.tarfile-${PKGVERSION}.dist-info/LICENSE
+${PYSITELIB}/backports.tarfile-${PKGVERSION}.dist-info/METADATA
+${PYSITELIB}/backports.tarfile-${PKGVERSION}.dist-info/RECORD
+${PYSITELIB}/backports.tarfile-${PKGVERSION}.dist-info/WHEEL
+${PYSITELIB}/backports.tarfile-${PKGVERSION}.dist-info/top_level.txt
+${PYSITELIB}/backports/__init__.py
+${PYSITELIB}/backports/__init__.pyc
+${PYSITELIB}/backports/__init__.pyo
+${PYSITELIB}/backports/tarfile/__init__.py
+${PYSITELIB}/backports/tarfile/__init__.pyc
+${PYSITELIB}/backports/tarfile/__init__.pyo
+${PYSITELIB}/backports/tarfile/__main__.py
+${PYSITELIB}/backports/tarfile/__main__.pyc
+${PYSITELIB}/backports/tarfile/__main__.pyo
+${PYSITELIB}/backports/tarfile/compat/__init__.py
+${PYSITELIB}/backports/tarfile/compat/__init__.pyc
+${PYSITELIB}/backports/tarfile/compat/__init__.pyo
+${PYSITELIB}/backports/tarfile/compat/py38.py
+${PYSITELIB}/backports/tarfile/compat/py38.pyc
+${PYSITELIB}/backports/tarfile/compat/py38.pyo
diff --git a/py-backports.tarfile/distinfo b/py-backports.tarfile/distinfo
new file mode 100644
index 0000000000..529adcc67c
--- /dev/null
+++ b/py-backports.tarfile/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (backports_tarfile-1.2.0.tar.gz) = b9d508e51745977d808cd6645d5f264513354e3a895269a26c7446bb41e59c9e
+SHA512 (backports_tarfile-1.2.0.tar.gz) = 8f57526e9aabf7f778e876dab06dd7a476316bb02e9eadd703da3ba74f3b8b0c12338a32fbcb033d477a1a1ff115653a2292b730bfded208c9efb21506bc23d4
+Size (backports_tarfile-1.2.0.tar.gz) = 86406 bytes
Home |
Main Index |
Thread Index |
Old Index