pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-bincopy: new finished package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Fri Dec 8 08:14:08 2023 +0100
Changeset: dd3eac475b77f16a41f50ba8289f5f26e80368db
Modified Files:
Makefile
Added Files:
py-bincopy/DESCR
py-bincopy/Makefile
py-bincopy/PLIST
py-bincopy/distinfo
Log Message:
py-bincopy: new finished package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd3eac475b77f16a41f50ba8289f5f26e80368db
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-bincopy/DESCR | 2 ++
py-bincopy/Makefile | 26 ++++++++++++++++++++++++++
py-bincopy/PLIST | 11 +++++++++++
py-bincopy/distinfo | 5 +++++
5 files changed, 45 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index d8c30059a0..58f4411c17 100644
--- a/Makefile
+++ b/Makefile
@@ -3279,6 +3279,7 @@ SUBDIR+= py-bibtexparser3
SUBDIR+= py-bicho
SUBDIR+= py-bidict
SUBDIR+= py-bigfloat
+SUBDIR+= py-bincopy
SUBDIR+= py-biofrills
SUBDIR+= py-bitsets
SUBDIR+= py-blake2
diff --git a/py-bincopy/DESCR b/py-bincopy/DESCR
new file mode 100644
index 0000000000..30e41add36
--- /dev/null
+++ b/py-bincopy/DESCR
@@ -0,0 +1,2 @@
+TODO: Fill in a short description of the package.
+TODO: It should be between 3 and 20 lines.
diff --git a/py-bincopy/Makefile b/py-bincopy/Makefile
new file mode 100644
index 0000000000..69a3c276f7
--- /dev/null
+++ b/py-bincopy/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME= bincopy-20.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/bincopy/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/eerimoq/bincopy
+COMMENT= Mangling of various binary file formats
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-humanfriendly>=0:../../textproc/py-humanfriendly
+DEPENDS+= ${PYPKGPREFIX}-argparse-addons>=0.4.0:../../devel/py-argparse-addons
+DEPENDS+= ${PYPKGPREFIX}-pyelftools>=0:../../devel/py-pyelftools
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+post-install:
+ cd ${DESTDIR}/${PREFIX}/bin && ${MV} bincopy bincopy-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-bincopy/PLIST b/py-bincopy/PLIST
new file mode 100644
index 0000000000..bc48114ed2
--- /dev/null
+++ b/py-bincopy/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/bincopy-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/bincopy.py
+${PYSITELIB}/bincopy.pyc
+${PYSITELIB}/bincopy.pyo
diff --git a/py-bincopy/distinfo b/py-bincopy/distinfo
new file mode 100644
index 0000000000..9ca47f5a67
--- /dev/null
+++ b/py-bincopy/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (bincopy-20.0.0.tar.gz) = 5bba3d3a098068daf0dda6f7b99f046d88ec85feb437af07c539b33ee8c036ac
+SHA512 (bincopy-20.0.0.tar.gz) = 05cc54684c951ac209fa25ebdc2f60566ef93248cfa298439a2a4f6a4174e02f47476573aa580ae2d1e4b8e16e91ee8c4fee2097c375ca2c079dbbb0602b6153
+Size (bincopy-20.0.0.tar.gz) = 750646 bytes
Home |
Main Index |
Thread Index |
Old Index