mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
dev-python/aiohttp-oauthlib: new package, add 0.1.0
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
This commit is contained in:
parent
c4528685ad
commit
922553ed72
1
dev-python/aiohttp-oauthlib/Manifest
Normal file
1
dev-python/aiohttp-oauthlib/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST aiohttp-oauthlib-0.1.0.tar.gz 7253 BLAKE2B 666ed19281f43b7d891130e6cfaa11cc91c96560fef911bb85fdf07c4bb7a876d9b3b0119c120239711aea2db1486976755126e1e9de21ccf6705bbfb76b51c6 SHA512 9df789328942fa4612bd9a2634303e83770021da7abae31471523602b5f77da829eb53efd498b02ed982ccd24abbd3b98eb99ada305a33014d47163a3dff5010
|
||||
26
dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild
Normal file
26
dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..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"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="ISC"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
>=dev-python/oauthlib-3.0.0[${PYTHON_USEDEP}]"
|
||||
|
||||
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
8
dev-python/aiohttp-oauthlib/metadata.xml
Normal file
8
dev-python/aiohttp-oauthlib/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mschiff@gentoo.org</email>
|
||||
<name>Marc Schiffbauer</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user