pkgsrc-WIP-changes archive

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

py-unix-ar: Import py311-unix-ar-0.2.1 as wip/py-unix-ar



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Oct 11 16:43:30 2024 +0200
Changeset:	93883df2880b09e288363b392eb3339d7d8b7efb

Added Files:
	py-unix-ar/DESCR
	py-unix-ar/Makefile
	py-unix-ar/PLIST
	py-unix-ar/distinfo

Log Message:
py-unix-ar: Import py311-unix-ar-0.2.1 as wip/py-unix-ar

This packages allows the reading and writing of AR archive files.

It is inspired by the tarfile and zipfile that are part of Python's
standard library (unfortunately the name arfile was taken on PyPI).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=93883df2880b09e288363b392eb3339d7d8b7efb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-unix-ar/DESCR    |  4 ++++
 py-unix-ar/Makefile | 19 +++++++++++++++++++
 py-unix-ar/PLIST    |  9 +++++++++
 py-unix-ar/distinfo |  5 +++++
 4 files changed, 37 insertions(+)

diffs:
diff --git a/py-unix-ar/DESCR b/py-unix-ar/DESCR
new file mode 100644
index 0000000000..35370960b1
--- /dev/null
+++ b/py-unix-ar/DESCR
@@ -0,0 +1,4 @@
+This packages allows the reading and writing of AR archive files.
+
+It is inspired by the tarfile and zipfile that are part of Python's
+standard library (unfortunately the name arfile was taken on PyPI).
diff --git a/py-unix-ar/Makefile b/py-unix-ar/Makefile
new file mode 100644
index 0000000000..4536adfc2e
--- /dev/null
+++ b/py-unix-ar/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	unix_ar-0.2.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/unix_ar/unix-ar/}
+CATEGORIES=	security python
+MASTER_SITES=	${MASTER_SITE_PYPI:=u/unix_ar/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/getninjas/unix_ar
+COMMENT=	AR file handling for Python (including .deb files)
+LICENSE=	modified-bsd
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=44.0:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-unix-ar/PLIST b/py-unix-ar/PLIST
new file mode 100644
index 0000000000..8e0343e5e5
--- /dev/null
+++ b/py-unix-ar/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/unix_ar.py
+${PYSITELIB}/unix_ar.pyc
+${PYSITELIB}/unix_ar.pyo
diff --git a/py-unix-ar/distinfo b/py-unix-ar/distinfo
new file mode 100644
index 0000000000..eed9e9af4f
--- /dev/null
+++ b/py-unix-ar/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.10 2023/05/26 20:00:17 adam Exp $
+
+BLAKE2s (unix_ar-0.2.1.tar.gz) = 4b31b76ad34645ff564c42f4699bcd664985dd0b89334b46b36b7f3d2157e3bf
+SHA512 (unix_ar-0.2.1.tar.gz) = 5fa88fa061aef9dc7a8a48712217386cc06bd8c3cc504e59cb3729eb58ecb2a06b907fc16a24cbab103c0e65b33af6fb1d83358b766fcb9992ac1ba7496cc80d
+Size (unix_ar-0.2.1.tar.gz) = 7441 bytes


Home | Main Index | Thread Index | Old Index