dev-python/aioftp: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
905db36eb6
commit
0a4bae493f
@ -1,5 +1,5 @@
|
||||
DIST aioftp-0.12.0.tar.gz 48099 BLAKE2B 1947f01781c7faee23cbcca12350e2a4b809be84382d172b29da1970b7e5bf60e2ca3aac4fa4a05ab4caeba55c98a6186baaa61abb7cc54e7683de5f2f08fecc SHA512 8e9787f8761dc72d3581fc551e4648018bd0a244fc58d179c15008bd8893194801a39f3109ce0232f47c79def16862e60e4190c197c3ef19a4d80a82643492db
|
||||
DIST aioftp-0.21.3.tar.gz 51776 BLAKE2B 120b75e53557ace0fc9df8638e8468c8a9ff1227259ad78a61d23adee56cc5434a90f56aca9ed5b1d0ba943836619e3bc8c09ee27b4b5c1cac9e7558b3c74cd2 SHA512 bf2da2c2d3dd8cbbf94be032ac0c143b407fa4973dbbf02b3d9155403bdf707e0b39edc2f528e12e6c0a6e8f72c1c7f4abb32d634040ca968125e4718d971d50
|
||||
EBUILD aioftp-0.12.0.ebuild 608 BLAKE2B f4ea64c1f24558e1c0b7b85e8700e7d304dcd57d2d9091151f0d0474c6bdd0468e7deed4b66261fef193a919ed5e3bbdd2719c03882da4538b2db8313ba90323 SHA512 0ed4e44711c9ad6af35206eb8263abf0576b5a800b3a614b412254a54e19edcfc7e0a882393071ce08f7f1290543646a2c3c9837fa8a6ac8e88dd4b57844d030
|
||||
EBUILD aioftp-0.21.3.ebuild 685 BLAKE2B b4d51fbc2912d324dab0cb73541030f74dbe0ed70704cff31f249ff3218196cbabeb00cda486f69e7fd8913f82c20505655d1a3711c9ece3eedb7dba0c2a7590 SHA512 10a9d38b5d097a09adcf07300981866409cfa4bac5ace166f912b3e014769a734d4601d869fa3e763e3b8daea4760a3e382661a35cf49a0000e133e99c9e8335
|
||||
EBUILD aioftp-0.12.0.ebuild 593 BLAKE2B c631e143b3d96e238c800cd137754272515b0cac08844ad5864801b855d86855e547baaa7b3775af1b932e0665db19ee469b948a20ccebd9d2a84f7574b28268 SHA512 2697ffa6efc5ece9ae1f81b57675c166f25999f516812409e0b366f196bb51f4751e335529dd8af61d44b95a519602c2787330a0470cb920e9fe7f14973cf3d3
|
||||
EBUILD aioftp-0.21.3.ebuild 670 BLAKE2B d71b0687930dacdf0887442f8d0506095ecaf7b0c9f08940937bdc2240e98a792dac1021e30069a83e417451d3cf8141e6bd22eda67baf4df2e6ad27266c3252 SHA512 735fc1a004885920bbf718269a030f82b4818bca08c09f9af50aede4f28928ebd7a76301ff6dcab9a4b404a1a1992bd7958f881e2a2778fe77c8d203be97742e
|
||||
MISC metadata.xml 508 BLAKE2B f3f167bb9800fe714cd04002fe59a637d9d9e87b88adeacbbaf070dc3410d63a44e72a295f3ada1ffacf61049bb2110e468fffa43a2eac6fb51960492bcb8907 SHA512 da81222606d56b7b24740eab2fcc117170d1a7ac2d15a93b3de6b874a26b8a7ddb64dedcf9028ea6edf54c2ac44934da3d4fe68851c8c431057c7e175e590d52
|
||||
|
@ -1,15 +1,13 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="ftp client/server for asyncio"
|
||||
HOMEPAGE="https://github.com/aio-libs/aioftp https://pypi.org/project/aioftp/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
@ -1,15 +1,13 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="ftp client/server for asyncio"
|
||||
HOMEPAGE="https://github.com/aio-libs/aioftp https://pypi.org/project/aioftp/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user