diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-29 18:01:47 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-29 18:01:47 +0000 |
commit | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch) | |
tree | 9f47ee47c31a0f13f9496879cd88a1042550aa81 /dev-python/vertex | |
parent | 53cba99042fa967e2a93da9f8db806fe2d035543 (diff) |
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'dev-python/vertex')
-rw-r--r-- | dev-python/vertex/Manifest | 5 | ||||
-rw-r--r-- | dev-python/vertex/metadata.xml | 19 | ||||
-rw-r--r-- | dev-python/vertex/vertex-0.3.0-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-python/vertex/vertex-0.3.1-r1.ebuild | 33 |
4 files changed, 0 insertions, 83 deletions
diff --git a/dev-python/vertex/Manifest b/dev-python/vertex/Manifest deleted file mode 100644 index efbf2dc4251a..000000000000 --- a/dev-python/vertex/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST Vertex-0.3.0.tar.gz 84997 BLAKE2B 8f6a2955c4674888f7608590390f4cfbf5063e08281fc2a49a4cf9543a7b769df6e355bd87044f6eb23009ab50e7efbbbf5d0a471627780e9869008c764f0e8b SHA512 206d142cc72b2d77ed8c8fe222770eabc1a8c179238f46554abc5d833669f27bd286565e20ccaf5594d456b23b54455b23ab0eca5b8b4f72a7961924e7167676 -DIST Vertex-0.3.1.tar.gz 89909 BLAKE2B d26b73c5079f0401185e534aa9c35f7fd490eae9b27cd36915e3f2508b1ff6feda3a900bc3230d7f24f563546d6a966441b8618d066f28f647878597df4b9df7 SHA512 7e9b96a7ba493254ff58e8f75da6517c09c4502c21702a96c29525a78569ff7d988cd7278dd87983485b6da30a607820a7edb28375e37d5e059d6f0638a1b1c9 -EBUILD vertex-0.3.0-r1.ebuild 666 BLAKE2B edb58633a503f0b69d1c1e3367a660584c9316f46e2a82f42d87b163b285cc9f57e4d11e6ff1cfc41bc864c95fc4dc8b4d81ffd449982149b754a84b1b51ff88 SHA512 ee5e703ccc514d8d9dfd42db074ca471f3974c867058f4e6a6403dee85ad6c0fb38c5e6da4888e2313d8e622d3de37c40cf2b082c9e56a50f13fdeb79decb030 -EBUILD vertex-0.3.1-r1.ebuild 856 BLAKE2B ab3d6c714e00be030c8fa30c161fd1e7efdb770c1c8537199e69be9bd28e45e42f3840c4dde030557e9181168b51cd34a9e0506a20d8065f77263817dc376341 SHA512 0503e9ee1c7eef9215d99a9128b2d53509f5026fc2af04da29d35e72d1bed17ac3ad3e4b93bf03dd71b8f101afe86df9c9bb88ea41780478148adc0ae44e8986 -MISC metadata.xml 896 BLAKE2B f97fc09b3dcb3c78d457127762d33c2822c91ef1e8ac5e7bc254452ac443e8cd8bc01d3e90dc90de4060c426f2f8238ea9423dec9532d2d52200ec0953938252 SHA512 71c0e6e5ab8584a10daf920a7cf7d2b1a05ca6c6ec8c8b82bf589897fe85ebd652ad41e4b2b44f0ce345111b83c44f263ffc7eec93225cd96b0479b7548255e3 diff --git a/dev-python/vertex/metadata.xml b/dev-python/vertex/metadata.xml deleted file mode 100644 index 903c836f7a27..000000000000 --- a/dev-python/vertex/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en">Vertex is an implementation of the Q2Q protocol (sort of like P2P, - but one better). There are a few moving parts in Vertex: PTCP is a - protocol which is nearly identical to TCP, but which runs over - UDP. This lets Q2Q penetrate most NAT configurations. JUICE - ([JU]ice [I]s [C]oncurrent [E]vents) is a very simple but immensely - flexible protocol which forms the basis of the high-level aspects of - Q2Q. vertex is a command line tool which exposes a few features - useful in many situations (such as registration and authentication).</longdescription> - <upstream> - <remote-id type="pypi">Vertex</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/vertex/vertex-0.3.0-r1.ebuild b/dev-python/vertex/vertex-0.3.0-r1.ebuild deleted file mode 100644 index b550fbcaed83..000000000000 --- a/dev-python/vertex/vertex-0.3.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit twisted-r1 - -DESCRIPTION="An implementation of the Q2Q protocol" -HOMEPAGE="https://github.com/twisted/vertex https://pypi.org/project/Vertex/" -SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" - -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-libs/openssl:0 - >=dev-python/epsilon-0.6.0-r1[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13-r1[${PYTHON_USEDEP}] - dev-python/twisted-core[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" - -python_install_all() { - distutils-r1_python_install_all - - dodoc NAME.txt -} diff --git a/dev-python/vertex/vertex-0.3.1-r1.ebuild b/dev-python/vertex/vertex-0.3.1-r1.ebuild deleted file mode 100644 index 63a926e81a05..000000000000 --- a/dev-python/vertex/vertex-0.3.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) - -inherit twisted-r1 - -DESCRIPTION="An implementation of the Q2Q protocol" -HOMEPAGE="https://github.com/twisted/vertex https://pypi.org/project/Vertex/" -SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -IUSE="libressl test" -RESTRICT="!test? ( test )" - -RDEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - >=dev-python/epsilon-0.6.0-r1[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13-r1[${PYTHON_USEDEP}] - || ( - dev-python/twisted[${PYTHON_USEDEP}] - dev-python/twisted-core[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND} - test? ( dev-python/pretend[${PYTHON_USEDEP}] )" - -python_install_all() { - distutils-r1_python_install_all - - dodoc NAME.txt -} |