summaryrefslogtreecommitdiff
path: root/dev-python/arpy
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/arpy')
-rw-r--r--dev-python/arpy/Manifest1
-rw-r--r--dev-python/arpy/arpy-2.3.0.ebuild25
-rw-r--r--dev-python/arpy/metadata.xml12
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/arpy/Manifest b/dev-python/arpy/Manifest
deleted file mode 100644
index ac5cd29f5bb3..000000000000
--- a/dev-python/arpy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST arpy-2.3.0.tar.gz 9572 BLAKE2B fd3f35fe4b7cf5e0fd31679a2bd181411b8e4e2952bd646795601cee1f42e6675c144e73da56715b4468d47e19b1c0a8e4f106ea789dcd4efaf490a90c956a6a SHA512 307275e1459751acf3f2faa17609a08428b20c65c03225c0787ac980ee5e59b84ab4e8266c72cf085a56fd23d8d95120fff9dd25a2e875dbf224905b62829086
diff --git a/dev-python/arpy/arpy-2.3.0.ebuild b/dev-python/arpy/arpy-2.3.0.ebuild
deleted file mode 100644
index 1b29f3d15b6f..000000000000
--- a/dev-python/arpy/arpy-2.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Library for accessing ar files"
-HOMEPAGE="https://github.com/viraptor/arpy"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest -v test
-}
diff --git a/dev-python/arpy/metadata.xml b/dev-python/arpy/metadata.xml
deleted file mode 100644
index 5eb3771731de..000000000000
--- a/dev-python/arpy/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>stkw0@disroot.org</email>
- <name>David Roman</name>
- </maintainer>
- <upstream>
- <remote-id type="github">viraptor/arpy</remote-id>
- <remote-id type="pypi">arpy</remote-id>
- </upstream>
-</pkgmetadata>