summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-08-28 20:32:13 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2025-08-28 20:33:48 +0300
commitb91c96138ae1fcd8d51e8db642752a0577f7297c (patch)
tree62f9606dc1ad798db9cbf656061e49aeab979620 /dev-python
parent5cd08ea3ff8001806f06d900390153ff10c95f6b (diff)
downloadgentoo-b91c96138ae1fcd8d51e8db642752a0577f7297c.tar.gz
gentoo-b91c96138ae1fcd8d51e8db642752a0577f7297c.tar.bz2
gentoo-b91c96138ae1fcd8d51e8db642752a0577f7297c.zip
dev-python/yaswfp: treeclean
Closes: https://bugs.gentoo.org/952156 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/yaswfp/Manifest1
-rw-r--r--dev-python/yaswfp/metadata.xml16
-rw-r--r--dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild26
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/yaswfp/Manifest b/dev-python/yaswfp/Manifest
deleted file mode 100644
index f3df94d7c920..000000000000
--- a/dev-python/yaswfp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yaswfp-1f690acd378c0a24037931520fdc465180ca0948.gh.tar.gz 135961 BLAKE2B 0e17106f69185ec297ac64d26fa16ca935ccaa8a6e75475e81b18facd33edb49aeeb8f59fc61bb7210b0132afeac4f45e229a9d475b621ec776b2cf6217c8eaf SHA512 a825201da9d6430472dc09e7ba40a475ff2950ee42aecee1e8597c645c0e2eec3e069e801ef17795e48f72831464820ad661d2cdf69b99fd65491a1604ce5fc0
diff --git a/dev-python/yaswfp/metadata.xml b/dev-python/yaswfp/metadata.xml
deleted file mode 100644
index 61c95381efed..000000000000
--- a/dev-python/yaswfp/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">yaswfp</remote-id>
- <remote-id type="github">facundobatista/yaswfp</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild b/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild
deleted file mode 100644
index adbb1c312a3b..000000000000
--- a/dev-python/yaswfp/yaswfp-0.9.3-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1 pypi
-
-# PyPI doesn't have tests, repo doesn't have tags
-COMMIT=1f690acd378c0a24037931520fdc465180ca0948
-MY_P=${PN}-${COMMIT}
-
-DESCRIPTION="Yet Another SWF Parser"
-HOMEPAGE="https://github.com/facundobatista/yaswfp"
-SRC_URI="
- https://github.com/facundobatista/yaswfp/archive/${COMMIT}.tar.gz -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests unittest