dev-python/http_ece: New package, dependency for dev-python/mastodon

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2018-11-22 21:04:34 +01:00
parent 46dcd3cce3
commit 33189eacd9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,13 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
DIST v1.0.5.tar.gz 18915 BLAKE2B 3861d1f996b8ba42432d14c928880feb11be5b142a14ea92bd66d85ee41c4b13bc49bfdb17a94531315c720dd374c86bfefc5a40077adb3172d08eba5efcca8a SHA512 6516179ea7cb38e6118282b1fc230814df74a295196acfc6e1e82cd8f4060d517bedbb81903fb259d1eba6d270d52216670116729af16bbfab1bafdc22411c43
EBUILD http_ece-1.0.5.ebuild 565 BLAKE2B 70a7ad0ca7f90cda0dffb108272624bd58045b068ee7eafe74a4ee8408208ac32f10851b34eb375d6cb9e5dde7d85179e1d4d4a2ed7362e8c991826d7dd5e6c8 SHA512 645e7b256ded535127d91849d3e26dfc691bb63686fc539fbc8980585503fe4023a189521fe93eb7187797c6dd3d886e8cbc0b273c1b78b003d4624386a80249
MISC metadata.xml 365 BLAKE2B f9b846915aef6861b70fef804adf4a609028fd958a6636e8e0fc83f633c1d173eddb2c05dd8c530e2a808d553676a6fd9fcb55a3a0a77425cb4a5765f4755637 SHA512 0a6541d36e6a82941cf038c9939d0b02d61da3aadde727faf8cd1612a20f21ea5219fd227164c41a9d31dc28106046828a49f4e46619e31cc66f7bf27c7a33fb
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW/cL0gAKCRDPw5SX8bJu
B/iHAP9ka4In+63JFEO+2KB6mQPSR9S9L/oiOFWuYqeqFcyUXQD/YbFlv9Ynz/iQ
hVQZaJ6qdbQWs4ojqln3b4NxRBPnDqA=
=zGJ1
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,22 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="A simple implementation of the encrypted content-encoding"
HOMEPAGE="https://github.com/web-push-libs/encrypted-content-encoding"
SRC_URI="https://github.com/web-push-libs/encrypted-content-encoding/archive/v${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/cryptography"
DEPEND="${RDEPEND}"
S="${WORKDIR}/encrypted-content-encoding-${PV}/python"

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/web-push-libs/encrypted-content-encoding/issues</bugs-to>
</upstream>
</pkgmetadata>