dev-python/twitter: New ebuild
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
561eefb876
commit
6d12a16b19
2
dev-python/twitter/Manifest
Normal file
2
dev-python/twitter/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
|||
DIST twitter-1.18.0.tar.gz 47695 BLAKE2B 2604370a303c479d371dd0c5b6c1855b990c38cf0d9ef710c740ae69740d0cfddb2a18d465deaca2146e43debea0175f9e444c0a7bb5931a95f9124d80237ae6 SHA512 dda752b194efe88df88a2c9e2279cd3045a36c466f05493727a73aaaa74ca99873c1dc1742491f2f4092eff5afb9ad7680a779f16041d9c3dae7c6eea013ea48
|
||||
DIST twitter-1.9.4.tar.gz 32945 BLAKE2B 4b9578056edd6bbfd23d33c5755a1baccee69b36d3ffe06689b6810b5959d2d4a473565d3e6956d102866a8826a46b222549072b44f53b46f771ab448063aae8 SHA512 faf9785fecdb933f067c2ac200c17d9b583a41e5779b92bd0c50321ab8530b554ed8c04e8e882352a65d67b6727dc580441dce4c7873ac0cbf640dd7058dc082
|
8
dev-python/twitter/metadata.xml
Normal file
8
dev-python/twitter/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
22
dev-python/twitter/twitter-1.18.0.ebuild
Normal file
22
dev-python/twitter/twitter-1.18.0.ebuild
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An API and command-line toolset for Twitter"
|
||||
HOMEPAGE="https://mike.verdone.ca/twitter/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
distutils_enable_tests pytest
|
22
dev-python/twitter/twitter-1.9.4.ebuild
Normal file
22
dev-python/twitter/twitter-1.9.4.ebuild
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="An API and command-line toolset for Twitter"
|
||||
HOMEPAGE="https://mike.verdone.ca/twitter/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
Reference in a new issue