dev-python/mastodon: New package, dependency for net-misc/mastodome
the build was successful Details

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

View File

@ -0,0 +1,13 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
DIST 1.3.1.tar.gz 612568 BLAKE2B b8754d3173ab11683e6695b02933b8b2b675e3ac4013e7e28c350c9f150e80ef009be2756d0ed30960ba2eab16ddf22666bca120947fd501bcc13657d84650bd SHA512 18274f57f65fd3b9e976f29ab4cce8bc5bf7611be0b2e10df486577ad9e449732362992c609ccacc8ab51ebabd575d6255d84bdea0336814b319cfe9cf388ea6
EBUILD mastodon-1.3.1.ebuild 619 BLAKE2B aa5389ef8a1a40e5ecb261bec6fe15de437607157425e88e42be5390d200bf64c7916231d04abd59e60dd0e431908072805a5d1285a09b78c10f8dbafacdd3b8 SHA512 9b1f08dde42092d59b283cb23775c6e3ca041bc651198d4477df014f7b21248a193d82bde2944242e5aa851683452757ec92d4855898cf10b7d76ac351f9b619
MISC metadata.xml 402 BLAKE2B 1af305892613b38f9435a5199bb73988485bce6b86138db5a5aecd1bfe901c1d07937b0e78b87139422645e5b49164c0ee51b0ecd68ca89f9eeb83a15cd720e7 SHA512 27aca91f75cc02e00a392470c70466719570d39d30f76d511ccc7372e0898091586ea4f3ce5a2720b783750728498a2262f01d5c72fdf883c9f8652a8c54f91f
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW/cL/wAKCRDPw5SX8bJu
B1xkAP45FzW46b0VWyA1WKNs9ZH+nJB/+vn/QKiw+klKC3vKewD9F8gklTb8LNoX
01DvFfnjxC+fuwBnbJDqIms8DJQ6iaM=
=EMdy
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,33 @@
# 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
MY_PN="Mastodon"
DESCRIPTION="Python wrapper for the Mastodon API"
HOMEPAGE="https://github.com/halcy/Mastodon.py"
SRC_URI="https://github.com/halcy/Mastodon.py/archive/${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/decorator
dev-python/six
dev-python/pytz
dev-python/requests
dev-python/python-dateutil
dev-python/cryptography
"
DEPEND="
${RDEPEND}
dev-python/wheel
"
S="${WORKDIR}/${MY_PN}.py-${PV}"

View File

@ -0,0 +1,12 @@
<?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/halcy/Mastodon.py/issues</bugs-to>
<doc>https://mastodonpy.readthedocs.io/en/latest/</doc>
</upstream>
</pkgmetadata>