summaryrefslogtreecommitdiff
path: root/dev-python/arpeggio
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-24 23:59:54 +0000
commit401101f9c8077911929d3f2b60a37098460a5d89 (patch)
treec2bef4719f6787550f0916aeaa8f4f403a9296af /dev-python/arpeggio
parent4cbcc855382a06088e2f016f62cafdbcb7e40665 (diff)
gentoo resync : 25.03.2022
Diffstat (limited to 'dev-python/arpeggio')
-rw-r--r--dev-python/arpeggio/Manifest3
-rw-r--r--dev-python/arpeggio/arpeggio-1.10.2.ebuild32
-rw-r--r--dev-python/arpeggio/metadata.xml15
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/arpeggio/Manifest b/dev-python/arpeggio/Manifest
deleted file mode 100644
index 4418079153c1..000000000000
--- a/dev-python/arpeggio/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Arpeggio-1.10.2.tar.gz 766747 BLAKE2B 91e828731757b6ca1e16900edca3f45378c5bb05469e1d32571f9185dbb887f5cf6ae54afecf77f352f882d9056a0814c65aabf51424b482ae3a8cb90f11740a SHA512 c6a162f9ab854bac7e2bc9e5d5553c2dbcc068fcf61607149727cd4c8a7c87c63cab765b423c8ea76e09fa81ccc42157d724388a81e22864580ccf734998142a
-EBUILD arpeggio-1.10.2.ebuild 723 BLAKE2B 021a719005537a251dd2197e20c9be07732a41c27ba53076ebfe5553448d5861c997801f2be569ed19f9c5d87ee33374438ed3c8cbc249731fd2f044e0bc339b SHA512 4c0c013dc21b0d0581db54cfc530b3ad7642d388d4e1a22ddb8506494201f23e1fff3897cd69c1703a373da9395cfe462a5b3a18a43042f6305a4ef3dfbaf1af
-MISC metadata.xml 447 BLAKE2B f4b144e8b81282e3d6c737c94ab3a21c1c5e9c9c188c21bd8d7e421a12ead133f26c226edbfa26410abb34f32b238571ca59d18f6870ad6e4eec1e9e54a20fd6 SHA512 f46f964a5cd2c23e00a6553f7a56324eee55231678cefa8538d5c0f4bad073478e99d7087989bd4fe2644bbb649e29e6670dfd409902750aa59534cd0c9868af
diff --git a/dev-python/arpeggio/arpeggio-1.10.2.ebuild b/dev-python/arpeggio/arpeggio-1.10.2.ebuild
deleted file mode 100644
index d34e8083e282..000000000000
--- a/dev-python/arpeggio/arpeggio-1.10.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Parser interpreter based on PEG grammars"
-HOMEPAGE="https://pypi.org/project/Arpeggio/ https://github.com/textX/Arpeggio"
-SRC_URI="https://github.com/textX/Arpeggio/archive/${PV}.tar.gz -> ${P^}.tar.gz"
-S=${WORKDIR}/${P^}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="
- test? (
- dev-python/memory_profiler[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- sed -e '/^setup_requires/,/^[^[:space:]]/d' \
- -e '/^exclude/a\
- examples.*' \
- -i setup.cfg || die
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/arpeggio/metadata.xml b/dev-python/arpeggio/metadata.xml
deleted file mode 100644
index 11c23cea1edc..000000000000
--- a/dev-python/arpeggio/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zmedico@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">Arpeggio</remote-id>
- <remote-id type="github">textX/Arpeggio</remote-id>
- </upstream>
-</pkgmetadata>