pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Package py-archinfo version 7.8.2.21
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Mon Feb 26 01:08:14 2018 +0100
Changeset: 3b22b6cccc55d393502dab761f13b26f0fe463eb
Modified Files:
Makefile
Added Files:
py-archinfo/DESCR
py-archinfo/Makefile
py-archinfo/PLIST
py-archinfo/distinfo
Log Message:
Package py-archinfo version 7.8.2.21
archinfo is a collection of classes that contain architecture-specific
information. It is useful for cross-architecture tools (such as pyvex).
This is going to be used by py-angr.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b22b6cccc55d393502dab761f13b26f0fe463eb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-archinfo/DESCR | 2 ++
py-archinfo/Makefile | 18 ++++++++++++++++++
py-archinfo/PLIST | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
py-archinfo/distinfo | 6 ++++++
5 files changed, 77 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 34287db545..10f6f6d392 100644
--- a/Makefile
+++ b/Makefile
@@ -2924,6 +2924,7 @@ SUBDIR+= py-aopython
SUBDIR+= py-applpy
SUBDIR+= py-aqopa
SUBDIR+= py-arabic
+SUBDIR+= py-archinfo
SUBDIR+= py-argh
SUBDIR+= py-ars
SUBDIR+= py-arxiv2bib
diff --git a/py-archinfo/DESCR b/py-archinfo/DESCR
new file mode 100644
index 0000000000..dcf1c5ee89
--- /dev/null
+++ b/py-archinfo/DESCR
@@ -0,0 +1,2 @@
+archinfo is a collection of classes that contain architecture-specific
+information. It is useful for cross-architecture tools (such as pyvex).
diff --git a/py-archinfo/Makefile b/py-archinfo/Makefile
new file mode 100644
index 0000000000..340a75a567
--- /dev/null
+++ b/py-archinfo/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= archinfo-7.8.2.21
+PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=angr/}
+GITHUB_PROJECT= archinfo
+GITHUB_TAG= 10a0bd3dbdfbea809392d9b999ece727e71fb471
+
+MAINTAINER= khorben%defora.org@localhost
+HOMEPAGE= https://github.com/angr/archinfo/
+COMMENT= Classes with architecture-specific information
+LICENSE= 2-clause-bsd
+
+PYTHON_VERSIONS_ACCEPTED= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-archinfo/PLIST b/py-archinfo/PLIST
new file mode 100644
index 0000000000..16e71c2274
--- /dev/null
+++ b/py-archinfo/PLIST
@@ -0,0 +1,50 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/archinfo/__init__.py
+${PYSITELIB}/archinfo/__init__.pyc
+${PYSITELIB}/archinfo/__init__.pyo
+${PYSITELIB}/archinfo/arch.py
+${PYSITELIB}/archinfo/arch.pyc
+${PYSITELIB}/archinfo/arch.pyo
+${PYSITELIB}/archinfo/arch_aarch64.py
+${PYSITELIB}/archinfo/arch_aarch64.pyc
+${PYSITELIB}/archinfo/arch_aarch64.pyo
+${PYSITELIB}/archinfo/arch_amd64.py
+${PYSITELIB}/archinfo/arch_amd64.pyc
+${PYSITELIB}/archinfo/arch_amd64.pyo
+${PYSITELIB}/archinfo/arch_arm.py
+${PYSITELIB}/archinfo/arch_arm.pyc
+${PYSITELIB}/archinfo/arch_arm.pyo
+${PYSITELIB}/archinfo/arch_avr.py
+${PYSITELIB}/archinfo/arch_avr.pyc
+${PYSITELIB}/archinfo/arch_avr.pyo
+${PYSITELIB}/archinfo/arch_mips32.py
+${PYSITELIB}/archinfo/arch_mips32.pyc
+${PYSITELIB}/archinfo/arch_mips32.pyo
+${PYSITELIB}/archinfo/arch_mips64.py
+${PYSITELIB}/archinfo/arch_mips64.pyc
+${PYSITELIB}/archinfo/arch_mips64.pyo
+${PYSITELIB}/archinfo/arch_ppc32.py
+${PYSITELIB}/archinfo/arch_ppc32.pyc
+${PYSITELIB}/archinfo/arch_ppc32.pyo
+${PYSITELIB}/archinfo/arch_ppc64.py
+${PYSITELIB}/archinfo/arch_ppc64.pyc
+${PYSITELIB}/archinfo/arch_ppc64.pyo
+${PYSITELIB}/archinfo/arch_soot.py
+${PYSITELIB}/archinfo/arch_soot.pyc
+${PYSITELIB}/archinfo/arch_soot.pyo
+${PYSITELIB}/archinfo/arch_x86.py
+${PYSITELIB}/archinfo/arch_x86.pyc
+${PYSITELIB}/archinfo/arch_x86.pyo
+${PYSITELIB}/archinfo/archerror.py
+${PYSITELIB}/archinfo/archerror.pyc
+${PYSITELIB}/archinfo/archerror.pyo
+${PYSITELIB}/archinfo/defines.py
+${PYSITELIB}/archinfo/defines.pyc
+${PYSITELIB}/archinfo/defines.pyo
+${PYSITELIB}/archinfo/tls.py
+${PYSITELIB}/archinfo/tls.pyc
+${PYSITELIB}/archinfo/tls.pyo
diff --git a/py-archinfo/distinfo b/py-archinfo/distinfo
new file mode 100644
index 0000000000..3b06ac25d8
--- /dev/null
+++ b/py-archinfo/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (archinfo-7.8.2.21-10a0bd3dbdfbea809392d9b999ece727e71fb471.tar.gz) = 49c75927693d9715211cb72636962b90852a791c
+RMD160 (archinfo-7.8.2.21-10a0bd3dbdfbea809392d9b999ece727e71fb471.tar.gz) = af9e88bcc17e26e4475674e82684100e362cb96c
+SHA512 (archinfo-7.8.2.21-10a0bd3dbdfbea809392d9b999ece727e71fb471.tar.gz) = 0ce0c1d4eefc02648c2b77f936370f7698ff38ad1a5824aabab54bec40f993c7e2f1772351c7524acd9c9e65ed8ff07f2f610e8ebc7d302ec78a72a01e061cda
+Size (archinfo-7.8.2.21-10a0bd3dbdfbea809392d9b999ece727e71fb471.tar.gz) = 42735 bytes
Home |
Main Index |
Thread Index |
Old Index