diff --git a/dev-python/aprslib/Manifest b/dev-python/aprslib/Manifest index ddf7ac85f..25391c665 100644 --- a/dev-python/aprslib/Manifest +++ b/dev-python/aprslib/Manifest @@ -1,3 +1,3 @@ DIST aprslib-0.7.0.tar.gz 25595 BLAKE2B 2b406182e3283e2a4793382992b8ce0ded06abe84790f9a5a0266b13f60a5cfcd40218e6b708b6394881f61bb04a95d16d1354cd1b25546e469c1db0871a81a2 SHA512 f7552de79bfcb36ca9ab9aaa5a87bcc91e6da95bb66bcd251139ea2eb5d7deba70de214b6e0a2edba9db04641695952d30f759893951cd1e23f3d4e56ea24eb4 -EBUILD aprslib-0.7.0.ebuild 670 BLAKE2B 7e5345ac9d27223acee1d15e239c92e71215b0b388cc40a6b36127a3f44870a6ce472cb39693c3caa89fe0d04f9398d0c0541d86a401c6bd145e2f037a7364da SHA512 382725047f25eef001980485ca6912c45ac65516dfb33682aeccba581c1a307b93d3b0264035eec3603f1d1e8e8483d018edde9116760646db054f0baa104125 +EBUILD aprslib-0.7.0.ebuild 614 BLAKE2B 7c83c09c11e8f034f40b6bc90d899e11b9c5abc7bd8326853cba863b2ec586544d80c52768fefa37bfb6ebc1bcfbc6e8754bb489e1e990f035fd9cfaa0a80a67 SHA512 85c541c21cf4686782d7f93b5c2510f92133f93b4fd3816306bbecf9437d187047aae9477bd6020ca9d828ce2c2b8850252fb0398e0c75f6b6c1b952fc8bd781 MISC metadata.xml 515 BLAKE2B 8cdcee0a8bd32e2ee3d6a39aa3cc276c902c78fc6bca9827c90f8e54462be607fe792ed52439104eeb0149bb24e13b6016d33dbac08d8591caccba9284e3fdd5 SHA512 7bf61f707f678ad0c218c4f27aafea9a70722c166007229ab0dca72c1653bdce6bc907c45fb78e86ed7a0300fe5a1f7648768711a1eccc69b030e7519dfec805 diff --git a/dev-python/aprslib/aprslib-0.7.0.ebuild b/dev-python/aprslib/aprslib-0.7.0.ebuild index 63a9bf105..109dfce90 100644 --- a/dev-python/aprslib/aprslib-0.7.0.ebuild +++ b/dev-python/aprslib/aprslib-0.7.0.ebuild @@ -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="Module for accessing APRS-IS and parsing APRS packets" HOMEPAGE="https://github.com/rossengeorgiev/aprs-python https://pypi.org/project/aprslib/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -20,7 +18,6 @@ RESTRICT="!test? ( test )" DOCS="README.rst" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"