mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-python/http-ece: update SRC_URI
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST http-ece-1.2.1.gh.tar.gz 19876 BLAKE2B 71955d47e68dca11b1b4b5bd73f5808369a2e3a95c71b250561ce0ab109ecf4b57dce6a80f750ab23c580ee855e95bf6798f612975c6b4fb8632ae392e34255b SHA512 362ffc15a5cd320c01b49ca6ffbe3e23abb12996b689750052d2fa77f6d17bcb0a736c9dccd08983d39daef487879e13ec874d4fa6b266aa57edccadfeb2565a
|
||||
DIST http_ece-1.2.1.tar.gz 8830 BLAKE2B 8746321d6f0b2d5718ce5548a768461cbd84c0e726aa8831199910aa80ea8187db211a5eaa9f9c2229e07f0d5f47217e510cddd712595673c14dbdc847260d73 SHA512 c8d65922bd7fa6a63b550c228df277f8754f8689f2b0b563da9c89c91251a7b3f80ae7ad986997ffe36bb7a5b46861d480b06dd44253bb218e0275b383653ab8
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
# TODO re-enable pypi when it is available on there
|
||||
# <https://github.com/web-push-libs/encrypted-content-encoding/issues/79>
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
MY_PN="encrypted-content-encoding"
|
||||
DESCRIPTION="Encrypted Content Encoding for HTTP"
|
||||
@@ -15,8 +13,6 @@ HOMEPAGE="
|
||||
https://pypi.org/project/http-ece/
|
||||
https://github.com/web-push-libs/encrypted-content-encoding
|
||||
"
|
||||
SRC_URI="https://github.com/web-push-libs/encrypted-content-encoding/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/encrypted-content-encoding-${PV}/python"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user