Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-xbe Import pyxbe-0.0.2 as devel/py-xbe.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a30318d0456
branches:  trunk
changeset: 437217:2a30318d0456
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Tue Aug 18 20:13:31 2020 +0000

description:
Import pyxbe-0.0.2 as devel/py-xbe.

Python 3 library to work with .xbe files, the executable file format
for the original Xbox game console.

diffstat:

 devel/py-xbe/DESCR    |   2 ++
 devel/py-xbe/Makefile |  16 ++++++++++++++++
 devel/py-xbe/PLIST    |  11 +++++++++++
 devel/py-xbe/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 1f3a7c880ee0 -r 2a30318d0456 devel/py-xbe/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xbe/DESCR        Tue Aug 18 20:13:31 2020 +0000
@@ -0,0 +1,2 @@
+Python 3 library to work with .xbe files, the executable file format
+for the original Xbox game console.
diff -r 1f3a7c880ee0 -r 2a30318d0456 devel/py-xbe/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xbe/Makefile     Tue Aug 18 20:13:31 2020 +0000
@@ -0,0 +1,16 @@
+#      $NetBSD: Makefile,v 1.1 2020/08/18 20:13:31 riastradh Exp $
+
+DISTNAME=      pyxbe-0.0.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:C/^py//}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyxbe/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mborgerson/pyxbe
+COMMENT=       Python 3 library to work with .xbe files
+LICENSE=       mit
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1f3a7c880ee0 -r 2a30318d0456 devel/py-xbe/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xbe/PLIST        Tue Aug 18 20:13:31 2020 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/18 20:13:31 riastradh Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/xbe/__init__.py
+${PYSITELIB}/xbe/__init__.pyc
+${PYSITELIB}/xbe/__init__.pyo
+${PYSITELIB}/xbe/__main__.py
+${PYSITELIB}/xbe/__main__.pyc
+${PYSITELIB}/xbe/__main__.pyo
diff -r 1f3a7c880ee0 -r 2a30318d0456 devel/py-xbe/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-xbe/distinfo     Tue Aug 18 20:13:31 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/18 20:13:31 riastradh Exp $
+
+SHA1 (pyxbe-0.0.2.tar.gz) = 38a1fb6ed68d772f67df8ccf1685daf2dffc0361
+RMD160 (pyxbe-0.0.2.tar.gz) = 077c6353e70db070b24410ca804a71d954cf446e
+SHA512 (pyxbe-0.0.2.tar.gz) = ffc026780834cad5b260aea4d6053c67d335243bcef2fdb98d90077966a9ecfc29da0fcf2377d508f10de093fba4a7264897ed5e71acd908ee87986bd89eb9e0
+Size (pyxbe-0.0.2.tar.gz) = 15491 bytes



Home | Main Index | Thread Index | Old Index