commit:     909cac3a46771de997bae5dbbe027211c0032c5c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 12:50:05 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 13:09:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909cac3a

dev-python/ssl-fetch: Switch to PEP 517 build

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...{ssl-fetch-9999.ebuild => ssl-fetch-0.4-r1.ebuild} | 19 ++++++++++---------
 dev-python/ssl-fetch/ssl-fetch-9999.ebuild            |  9 +++++----
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild 
b/dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild
similarity index 54%
copy from dev-python/ssl-fetch/ssl-fetch-9999.ebuild
copy to dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild
index 74fea3ed7f27..9e9c925e0536 100644
--- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
+++ b/dev-python/ssl-fetch/ssl-fetch-0.4-r1.ebuild
@@ -1,26 +1,27 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1 git-r3
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
 
 DESCRIPTION="Small convenience library for fetching files securely"
 HOMEPAGE="https://github.com/dol-sen/ssl-fetch";
-EGIT_REPO_URI="https://github.com/dol-sen/ssl-fetch.git";
+SRC_URI="https://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND=">=dev-python/requests-1.2.1[${PYTHON_USEDEP}]"
 
 pkg_postinst() {
-       elog "This is experimental software."
+       elog "This is beta software."
        elog "The APIs it installs should be considered unstable"
-       elog "and are subject to change."
+       elog "and are subject to change in these early versions."
        elog
        elog "Please file any enhancement requests, or bugs"
        elog "at https://github.com/dol-sen/ssl-fetch/issues";

diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild 
b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
index 74fea3ed7f27..ed96683472a6 100644
--- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
+++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Small convenience library for fetching files securely"

Reply via email to