mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-python/gemcall: add 0.9
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST gemcall-0.8.tar.gz 4689 BLAKE2B 724a48c1221f775e1f60af05b24e7d2bb0ed3ce355508f7a45b226e519edd19213a9a660de471de62043c9163cd40ca599ef63967146a054d43dcf2712c2b347 SHA512 6b078399d5301a4f01198eb474e5f5d280c7a98dbddc8f03104c09e1b25d5ded4353601ac4b80973cf5ca8e1255527c3696fe16a0bce60a85f7fb4f3db9d57ac
|
||||
DIST gemcall-0.9.tar.gz 4741 BLAKE2B c7dcd6cf7260210382b3aebf5e87cbf5619f5038ebd6193b1deb2cb1a5f2b77f74cc327d5eef88f69dc775c9877e445eb1c7916b35584419d5d1123bc384a1fc SHA512 5c835538766a7c755163c751531bd33a776cc3f364f575dca4ffff3ab4ecfefb0cf49f8ffee5ea9ceb8300a8d7a19c943bcef3916f616c4f0a6875dcd6e431c4
|
||||
|
||||
18
dev-python/gemcall/gemcall-0.9.ebuild
Normal file
18
dev-python/gemcall/gemcall-0.9.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} pypy3 )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library and CLI tool for making gemini requests"
|
||||
HOMEPAGE="https://notabug.org/tinyrabbit/gemcall/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"
|
||||
Reference in New Issue
Block a user