net-misc/magic-wormhole: drop 0.12.0, 9999
A more complete package is now available in ::gentoo.
This commit is contained in:
parent
18cff1d27d
commit
1121e7aed6
@ -1 +0,0 @@
|
||||
DIST magic-wormhole-0.12.0.gh.tar.gz 274063 BLAKE2B 6a0cddd285169373926de9da26125b34457c76e456b1bfd910baed74090900a663435b0df78e5521fd91274b111d8fad56e923832cdd430b2eb27c31d8b510e3 SHA512 141244e746b0718f2c9417e8f7de6a714b0feb051aea8c7950ea0d1bc5d2e24e922bed29544fe76aa61b06aa2ce2b5f330824017af8c6030813415e6c004c716
|
@ -1,40 +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_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/magic-wormhole/magic-wormhole.git"
|
||||
else
|
||||
SRC_URI="https://github.com/magic-wormhole/magic-wormhole/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Safe, simple file sharing"
|
||||
HOMEPAGE="https://github.com/magic-wormhole/magic-wormhole"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
RESTRICT="test" # Requires magic-wormhole-mailbox-server
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
>=dev-python/spake2-0.8[${PYTHON_USEDEP}]
|
||||
dev-python/pynacl[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/twisted-22.4.0-r2[${PYTHON_USEDEP},ssl]
|
||||
>=dev-python/autobahn-0.14.1[${PYTHON_USEDEP}]
|
||||
dev-python/automat[${PYTHON_USEDEP}]
|
||||
dev-python/hkdf[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/humanize[${PYTHON_USEDEP}]
|
||||
>=dev-python/txtorcon-18.0.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND=""
|
@ -1,40 +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_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/magic-wormhole/magic-wormhole.git"
|
||||
else
|
||||
SRC_URI="https://github.com/magic-wormhole/magic-wormhole/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Safe, simple file sharing"
|
||||
HOMEPAGE="https://github.com/magic-wormhole/magic-wormhole"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
RESTRICT="test" # Requires magic-wormhole-mailbox-server
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
>=dev-python/spake2-0.8[${PYTHON_USEDEP}]
|
||||
dev-python/pynacl[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
>=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/twisted-22.4.0-r2[${PYTHON_USEDEP},ssl]
|
||||
>=dev-python/autobahn-0.14.1[${PYTHON_USEDEP}]
|
||||
dev-python/automat[${PYTHON_USEDEP}]
|
||||
dev-python/hkdf[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/humanize[${PYTHON_USEDEP}]
|
||||
>=dev-python/txtorcon-18.0.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND=""
|
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">magic-wormhole</remote-id>
|
||||
<remote-id type="github">magic-wormhole/magic-wormhole</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user