pkgsrc-WIP-changes archive

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

Package py-pyelftools version 0.24



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Tue Mar 20 16:29:34 2018 +0100
Changeset:	e0ac40ef5dca8e0eec5274272006643ca5d0a915

Modified Files:
	Makefile
Added Files:
	py-pyelftools/DESCR
	py-pyelftools/Makefile
	py-pyelftools/PLIST
	py-pyelftools/distinfo

Log Message:
Package py-pyelftools version 0.24

Library for analyzing ELF files and DWARF debugging information.

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

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

diffstat:
 Makefile               |   1 +
 py-pyelftools/DESCR    |   1 +
 py-pyelftools/Makefile |  16 ++++++
 py-pyelftools/PLIST    | 135 +++++++++++++++++++++++++++++++++++++++++++++++++
 py-pyelftools/distinfo |   6 +++
 5 files changed, 159 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5c03ad76e0..6db4f4e5bc 100644
--- a/Makefile
+++ b/Makefile
@@ -3559,6 +3559,7 @@ SUBDIR+=	py-pydy
 SUBDIR+=	py-pydy-viz
 SUBDIR+=	py-pyec
 SUBDIR+=	py-pyecm
+SUBDIR+=	py-pyelftools
 SUBDIR+=	py-pyentropy
 SUBDIR+=	py-pyevolve
 SUBDIR+=	py-pyfaces
diff --git a/py-pyelftools/DESCR b/py-pyelftools/DESCR
new file mode 100644
index 0000000000..f0182ca832
--- /dev/null
+++ b/py-pyelftools/DESCR
@@ -0,0 +1 @@
+Library for analyzing ELF files and DWARF debugging information.
diff --git a/py-pyelftools/Makefile b/py-pyelftools/Makefile
new file mode 100644
index 0000000000..a35a75e771
--- /dev/null
+++ b/py-pyelftools/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	pyelftools-0.24
+PKGNAME=	${PYPKGPREFIX}-${EGG_NAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyelftools/}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/pyelftools/
+COMMENT=	Library for analyzing ELF files and DWARF debugging information
+LICENSE=	public-domain
+
+PYTHON_VERSIONS_ACCEPTED=	27
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pyelftools/PLIST b/py-pyelftools/PLIST
new file mode 100644
index 0000000000..33df7d27e2
--- /dev/null
+++ b/py-pyelftools/PLIST
@@ -0,0 +1,135 @@
+@comment $NetBSD$
+bin/readelf.py
+${PYSITELIB}/elftools/__init__.py
+${PYSITELIB}/elftools/__init__.pyc
+${PYSITELIB}/elftools/__init__.pyo
+${PYSITELIB}/elftools/common/__init__.py
+${PYSITELIB}/elftools/common/__init__.pyc
+${PYSITELIB}/elftools/common/__init__.pyo
+${PYSITELIB}/elftools/common/construct_utils.py
+${PYSITELIB}/elftools/common/construct_utils.pyc
+${PYSITELIB}/elftools/common/construct_utils.pyo
+${PYSITELIB}/elftools/common/exceptions.py
+${PYSITELIB}/elftools/common/exceptions.pyc
+${PYSITELIB}/elftools/common/exceptions.pyo
+${PYSITELIB}/elftools/common/py3compat.py
+${PYSITELIB}/elftools/common/py3compat.pyc
+${PYSITELIB}/elftools/common/py3compat.pyo
+${PYSITELIB}/elftools/common/utils.py
+${PYSITELIB}/elftools/common/utils.pyc
+${PYSITELIB}/elftools/common/utils.pyo
+${PYSITELIB}/elftools/construct/__init__.py
+${PYSITELIB}/elftools/construct/__init__.pyc
+${PYSITELIB}/elftools/construct/__init__.pyo
+${PYSITELIB}/elftools/construct/adapters.py
+${PYSITELIB}/elftools/construct/adapters.pyc
+${PYSITELIB}/elftools/construct/adapters.pyo
+${PYSITELIB}/elftools/construct/core.py
+${PYSITELIB}/elftools/construct/core.pyc
+${PYSITELIB}/elftools/construct/core.pyo
+${PYSITELIB}/elftools/construct/debug.py
+${PYSITELIB}/elftools/construct/debug.pyc
+${PYSITELIB}/elftools/construct/debug.pyo
+${PYSITELIB}/elftools/construct/lib/__init__.py
+${PYSITELIB}/elftools/construct/lib/__init__.pyc
+${PYSITELIB}/elftools/construct/lib/__init__.pyo
+${PYSITELIB}/elftools/construct/lib/binary.py
+${PYSITELIB}/elftools/construct/lib/binary.pyc
+${PYSITELIB}/elftools/construct/lib/binary.pyo
+${PYSITELIB}/elftools/construct/lib/bitstream.py
+${PYSITELIB}/elftools/construct/lib/bitstream.pyc
+${PYSITELIB}/elftools/construct/lib/bitstream.pyo
+${PYSITELIB}/elftools/construct/lib/container.py
+${PYSITELIB}/elftools/construct/lib/container.pyc
+${PYSITELIB}/elftools/construct/lib/container.pyo
+${PYSITELIB}/elftools/construct/lib/hex.py
+${PYSITELIB}/elftools/construct/lib/hex.pyc
+${PYSITELIB}/elftools/construct/lib/hex.pyo
+${PYSITELIB}/elftools/construct/lib/py3compat.py
+${PYSITELIB}/elftools/construct/lib/py3compat.pyc
+${PYSITELIB}/elftools/construct/lib/py3compat.pyo
+${PYSITELIB}/elftools/construct/macros.py
+${PYSITELIB}/elftools/construct/macros.pyc
+${PYSITELIB}/elftools/construct/macros.pyo
+${PYSITELIB}/elftools/dwarf/__init__.py
+${PYSITELIB}/elftools/dwarf/__init__.pyc
+${PYSITELIB}/elftools/dwarf/__init__.pyo
+${PYSITELIB}/elftools/dwarf/abbrevtable.py
+${PYSITELIB}/elftools/dwarf/abbrevtable.pyc
+${PYSITELIB}/elftools/dwarf/abbrevtable.pyo
+${PYSITELIB}/elftools/dwarf/aranges.py
+${PYSITELIB}/elftools/dwarf/aranges.pyc
+${PYSITELIB}/elftools/dwarf/aranges.pyo
+${PYSITELIB}/elftools/dwarf/callframe.py
+${PYSITELIB}/elftools/dwarf/callframe.pyc
+${PYSITELIB}/elftools/dwarf/callframe.pyo
+${PYSITELIB}/elftools/dwarf/compileunit.py
+${PYSITELIB}/elftools/dwarf/compileunit.pyc
+${PYSITELIB}/elftools/dwarf/compileunit.pyo
+${PYSITELIB}/elftools/dwarf/constants.py
+${PYSITELIB}/elftools/dwarf/constants.pyc
+${PYSITELIB}/elftools/dwarf/constants.pyo
+${PYSITELIB}/elftools/dwarf/descriptions.py
+${PYSITELIB}/elftools/dwarf/descriptions.pyc
+${PYSITELIB}/elftools/dwarf/descriptions.pyo
+${PYSITELIB}/elftools/dwarf/die.py
+${PYSITELIB}/elftools/dwarf/die.pyc
+${PYSITELIB}/elftools/dwarf/die.pyo
+${PYSITELIB}/elftools/dwarf/dwarf_expr.py
+${PYSITELIB}/elftools/dwarf/dwarf_expr.pyc
+${PYSITELIB}/elftools/dwarf/dwarf_expr.pyo
+${PYSITELIB}/elftools/dwarf/dwarfinfo.py
+${PYSITELIB}/elftools/dwarf/dwarfinfo.pyc
+${PYSITELIB}/elftools/dwarf/dwarfinfo.pyo
+${PYSITELIB}/elftools/dwarf/enums.py
+${PYSITELIB}/elftools/dwarf/enums.pyc
+${PYSITELIB}/elftools/dwarf/enums.pyo
+${PYSITELIB}/elftools/dwarf/lineprogram.py
+${PYSITELIB}/elftools/dwarf/lineprogram.pyc
+${PYSITELIB}/elftools/dwarf/lineprogram.pyo
+${PYSITELIB}/elftools/dwarf/locationlists.py
+${PYSITELIB}/elftools/dwarf/locationlists.pyc
+${PYSITELIB}/elftools/dwarf/locationlists.pyo
+${PYSITELIB}/elftools/dwarf/ranges.py
+${PYSITELIB}/elftools/dwarf/ranges.pyc
+${PYSITELIB}/elftools/dwarf/ranges.pyo
+${PYSITELIB}/elftools/dwarf/structs.py
+${PYSITELIB}/elftools/dwarf/structs.pyc
+${PYSITELIB}/elftools/dwarf/structs.pyo
+${PYSITELIB}/elftools/elf/__init__.py
+${PYSITELIB}/elftools/elf/__init__.pyc
+${PYSITELIB}/elftools/elf/__init__.pyo
+${PYSITELIB}/elftools/elf/constants.py
+${PYSITELIB}/elftools/elf/constants.pyc
+${PYSITELIB}/elftools/elf/constants.pyo
+${PYSITELIB}/elftools/elf/descriptions.py
+${PYSITELIB}/elftools/elf/descriptions.pyc
+${PYSITELIB}/elftools/elf/descriptions.pyo
+${PYSITELIB}/elftools/elf/dynamic.py
+${PYSITELIB}/elftools/elf/dynamic.pyc
+${PYSITELIB}/elftools/elf/dynamic.pyo
+${PYSITELIB}/elftools/elf/elffile.py
+${PYSITELIB}/elftools/elf/elffile.pyc
+${PYSITELIB}/elftools/elf/elffile.pyo
+${PYSITELIB}/elftools/elf/enums.py
+${PYSITELIB}/elftools/elf/enums.pyc
+${PYSITELIB}/elftools/elf/enums.pyo
+${PYSITELIB}/elftools/elf/gnuversions.py
+${PYSITELIB}/elftools/elf/gnuversions.pyc
+${PYSITELIB}/elftools/elf/gnuversions.pyo
+${PYSITELIB}/elftools/elf/notes.py
+${PYSITELIB}/elftools/elf/notes.pyc
+${PYSITELIB}/elftools/elf/notes.pyo
+${PYSITELIB}/elftools/elf/relocation.py
+${PYSITELIB}/elftools/elf/relocation.pyc
+${PYSITELIB}/elftools/elf/relocation.pyo
+${PYSITELIB}/elftools/elf/sections.py
+${PYSITELIB}/elftools/elf/sections.pyc
+${PYSITELIB}/elftools/elf/sections.pyo
+${PYSITELIB}/elftools/elf/segments.py
+${PYSITELIB}/elftools/elf/segments.pyc
+${PYSITELIB}/elftools/elf/segments.pyo
+${PYSITELIB}/elftools/elf/structs.py
+${PYSITELIB}/elftools/elf/structs.pyc
+${PYSITELIB}/elftools/elf/structs.pyo
+${PYSITELIB}/${EGG_FILE}
diff --git a/py-pyelftools/distinfo b/py-pyelftools/distinfo
new file mode 100644
index 0000000000..8a1f3b054f
--- /dev/null
+++ b/py-pyelftools/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/15 02:32:56 khorben Exp $
+
+SHA1 (pyelftools-0.24.tar.gz) = 5b3177f465c5ed2368cb1932aaf391b8fc4ac731
+RMD160 (pyelftools-0.24.tar.gz) = 94773b778cdd1939d6548232803af8446bdfcf45
+SHA512 (pyelftools-0.24.tar.gz) = 5169617f9a8446ffc21dfc44ee185a388c8945a0296bdc6752483b0756888dccb10e3ee88e529d101cf31a4595de924b5c95f5459d5ee4448f57c0c4f2c56887
+Size (pyelftools-0.24.tar.gz) = 411874 bytes


Home | Main Index | Thread Index | Old Index