pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove py-archinfo
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Thu Mar 15 04:01:58 2018 +0100
Changeset: ef4dbbc175550ce5455f10472088b9778e4406cd
Modified Files:
Makefile
Removed Files:
py-archinfo/DESCR
py-archinfo/Makefile
py-archinfo/PLIST
py-archinfo/distinfo
Log Message:
Remove py-archinfo
This package has just been imported into pkgsrc upstream.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ef4dbbc175550ce5455f10472088b9778e4406cd
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 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index e410296ef7..f8991539db 100644
--- a/Makefile
+++ b/Makefile
@@ -2910,7 +2910,6 @@ 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
deleted file mode 100644
index dcf1c5ee89..0000000000
--- a/py-archinfo/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 340a75a567..0000000000
--- a/py-archinfo/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $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
deleted file mode 100644
index 16e71c2274..0000000000
--- a/py-archinfo/PLIST
+++ /dev/null
@@ -1,50 +0,0 @@
-@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
deleted file mode 100644
index 3b06ac25d8..0000000000
--- a/py-archinfo/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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