From fdc579eda97e4418fb19f714bd919aee680e06b6 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sun, 8 Aug 2021 21:45:41 +0000 Subject: [PATCH] net-misc/magic-wormhole: New package Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Ryan Fox --- net-misc/magic-wormhole/Manifest | 4 ++ .../magic-wormhole-0.12.0.ebuild | 40 +++++++++++++++++++ .../magic-wormhole/magic-wormhole-9999.ebuild | 40 +++++++++++++++++++ net-misc/magic-wormhole/metadata.xml | 12 ++++++ 4 files changed, 96 insertions(+) create mode 100644 net-misc/magic-wormhole/Manifest create mode 100644 net-misc/magic-wormhole/magic-wormhole-0.12.0.ebuild create mode 100644 net-misc/magic-wormhole/magic-wormhole-9999.ebuild create mode 100644 net-misc/magic-wormhole/metadata.xml diff --git a/net-misc/magic-wormhole/Manifest b/net-misc/magic-wormhole/Manifest new file mode 100644 index 0000000..31e46ce --- /dev/null +++ b/net-misc/magic-wormhole/Manifest @@ -0,0 +1,4 @@ +DIST magic-wormhole-0.12.0.tar.gz 274063 BLAKE2B 6a0cddd285169373926de9da26125b34457c76e456b1bfd910baed74090900a663435b0df78e5521fd91274b111d8fad56e923832cdd430b2eb27c31d8b510e3 SHA512 141244e746b0718f2c9417e8f7de6a714b0feb051aea8c7950ea0d1bc5d2e24e922bed29544fe76aa61b06aa2ce2b5f330824017af8c6030813415e6c004c716 +EBUILD magic-wormhole-0.12.0.ebuild 1114 BLAKE2B 5328abe6b6f2cd1d6a8e31921468433ee61d8364abeb073fe3e35a8bf96254b73f8338d54f5242e30d6b7cdd7ea0dfef3d11a061c8546e6a2cc41bd0365955e9 SHA512 d6828be81123dd7e3529414656b2ac7c387d1b924cd3b2e5e11b0ac001045fd619be13310abf894c745ba021b0db3df12104710b234f59a8ce5f55f3e444789b +EBUILD magic-wormhole-9999.ebuild 1114 BLAKE2B 5328abe6b6f2cd1d6a8e31921468433ee61d8364abeb073fe3e35a8bf96254b73f8338d54f5242e30d6b7cdd7ea0dfef3d11a061c8546e6a2cc41bd0365955e9 SHA512 d6828be81123dd7e3529414656b2ac7c387d1b924cd3b2e5e11b0ac001045fd619be13310abf894c745ba021b0db3df12104710b234f59a8ce5f55f3e444789b +MISC metadata.xml 388 BLAKE2B 0e9ec00a89b6cd31655c524135d7ebf389fc1266a11203ecd785870eb70b1e9d215757032c5b9d71d78b32f7d44b2d5bf245b4f25132f685705ffe0a0da20a43 SHA512 c7714f8539c1c3964e5fa43a01244a9fe894a75606abd7fc527333399a522cc94f9831962b23be3433fe7912782ae77d0ed5e088e618246f70a12cb991b29087 diff --git a/net-misc/magic-wormhole/magic-wormhole-0.12.0.ebuild b/net-misc/magic-wormhole/magic-wormhole-0.12.0.ebuild new file mode 100644 index 0000000..30e3cdf --- /dev/null +++ b/net-misc/magic-wormhole/magic-wormhole-0.12.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +if [[ ${PV} != *9999* ]]; then + SRC_URI="https://github.com/magic-wormhole/magic-wormhole/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +else + inherit git-r3 + EGIT_REPO_URI="https://github.com/magic-wormhole/magic-wormhole.git" +fi + +DESCRIPTION="Safe, simple file sharing" +HOMEPAGE="https://github.com/magic-wormhole/magic-wormhole" +LICENSE="MIT" +SLOT="0" + +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-17.5.0[${PYTHON_USEDEP},crypt] + >=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="" + +distutils_enable_tests setup.py diff --git a/net-misc/magic-wormhole/magic-wormhole-9999.ebuild b/net-misc/magic-wormhole/magic-wormhole-9999.ebuild new file mode 100644 index 0000000..30e3cdf --- /dev/null +++ b/net-misc/magic-wormhole/magic-wormhole-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5..9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 + +if [[ ${PV} != *9999* ]]; then + SRC_URI="https://github.com/magic-wormhole/magic-wormhole/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +else + inherit git-r3 + EGIT_REPO_URI="https://github.com/magic-wormhole/magic-wormhole.git" +fi + +DESCRIPTION="Safe, simple file sharing" +HOMEPAGE="https://github.com/magic-wormhole/magic-wormhole" +LICENSE="MIT" +SLOT="0" + +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-17.5.0[${PYTHON_USEDEP},crypt] + >=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="" + +distutils_enable_tests setup.py diff --git a/net-misc/magic-wormhole/metadata.xml b/net-misc/magic-wormhole/metadata.xml new file mode 100644 index 0000000..77edc94 --- /dev/null +++ b/net-misc/magic-wormhole/metadata.xml @@ -0,0 +1,12 @@ + + + + + flewkey@2a03.party + Ryan Fox + + + magic-wormhole + magic-wormhole/magic-wormhole + +