diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-10 19:23:04 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-10 19:23:04 +0000 |
| commit | 7172200ce84be0b76898367916b01742829ec72e (patch) | |
| tree | f60d1221f564b44423f70ebc9d4aa9aa8c872196 /dev-python/aiohttp-oauthlib | |
| parent | a2d8fbe2bda894c95c904fb4d8a353c49a109779 (diff) | |
| download | baldeagleos-repo-7172200ce84be0b76898367916b01742829ec72e.tar.gz baldeagleos-repo-7172200ce84be0b76898367916b01742829ec72e.tar.xz baldeagleos-repo-7172200ce84be0b76898367916b01742829ec72e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/aiohttp-oauthlib')
| -rw-r--r-- | dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild b/dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild index 380eae380432..5f968687b86f 100644 --- a/dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild +++ b/dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild @@ -1,26 +1,28 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} inherit distutils-r1 DESCRIPTION="This project provides first-class OAuth library support for aiohttp" HOMEPAGE="https://git.sr.ht/~whynothugo/aiohttp-oauthlib" SRC_URI="https://git.sr.ht/~whynothugo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-v${PV}" -SLOT="0" LICENSE="ISC" +SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" RDEPEND=" dev-python/aiohttp[${PYTHON_USEDEP}] >=dev-python/oauthlib-3.0.0[${PYTHON_USEDEP}]" -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" +BDEPEND=" + dev-python/setuptools-scm[${PYTHON_USEDEP}] +" -S="${WORKDIR}/${PN}-v${PV}" +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |
