diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-25 05:12:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-25 05:12:22 +0200 |
commit | 67602751402c90e28193dd4140d6c89de52ae640 (patch) | |
tree | 050dc588229bf7849b23b9c0908aeb6db211844d /dev-python/magic-wormhole | |
parent | dev-python/magic-wormhole-transit-relay: Revert "new package, add 0.2.1" (diff) | |
download | gentoo-67602751402c90e28193dd4140d6c89de52ae640.tar.gz gentoo-67602751402c90e28193dd4140d6c89de52ae640.tar.bz2 gentoo-67602751402c90e28193dd4140d6c89de52ae640.zip |
dev-python/magic-wormhole: Revert "new package, add 0.12.0"
Reverts: f9d398f785276139faeb3634135792bfc18e87ab
Bug: https://bugs.gentoo.org/907117
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/magic-wormhole')
-rw-r--r-- | dev-python/magic-wormhole/Manifest | 1 | ||||
-rw-r--r-- | dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild | 31 | ||||
-rw-r--r-- | dev-python/magic-wormhole/metadata.xml | 13 |
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/magic-wormhole/Manifest b/dev-python/magic-wormhole/Manifest deleted file mode 100644 index c437a0bbd540..000000000000 --- a/dev-python/magic-wormhole/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST magic-wormhole-0.12.0.tar.gz 274063 BLAKE2B 6a0cddd285169373926de9da26125b34457c76e456b1bfd910baed74090900a663435b0df78e5521fd91274b111d8fad56e923832cdd430b2eb27c31d8b510e3 SHA512 141244e746b0718f2c9417e8f7de6a714b0feb051aea8c7950ea0d1bc5d2e24e922bed29544fe76aa61b06aa2ce2b5f330824017af8c6030813415e6c004c716 diff --git a/dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild b/dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild deleted file mode 100644 index d6a97bafd884..000000000000 --- a/dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Get Things From One Computer To Another, Safely" -HOMEPAGE="https://magic-wormhole.readthedocs.io/en/latest/ https://pypi.org/project/magic-wormhole/" -SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/attrs[${PYTHON_USEDEP}] - dev-python/autobahn[${PYTHON_USEDEP}] - dev-python/automat[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/humanize[${PYTHON_USEDEP}] - dev-python/pynacl[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/spake2[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - dev-python/twisted[ssl,${PYTHON_USEDEP}] - dev-python/txtorcon[${PYTHON_USEDEP}]" diff --git a/dev-python/magic-wormhole/metadata.xml b/dev-python/magic-wormhole/metadata.xml deleted file mode 100644 index c0b4cfe14855..000000000000 --- a/dev-python/magic-wormhole/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tamiko@gentoo.org</email> - <name>Matthias Maier</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">magic-wormhole</remote-id> - <remote-id type="github">magic-wormhole/magic-wormhole</remote-id> - </upstream> -</pkgmetadata> |