Parent Directory
|
Revision Log
Initial version of dev-python/twitter. (Portage version: 2.1.11.27/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)
| 1 | djc | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.2.ebuild,v 1.2 2012/10/12 00:54:01 floppym Exp $ | ||
| 4 | |||
| 5 | EAPI="3" | ||
| 6 | PYTHON_DEPEND="2:2.6" | ||
| 7 | SUPPORT_PYTHON_ABIS="1" | ||
| 8 | RESTRICT_PYTHON_ABIS="2.5 3.*" | ||
| 9 | |||
| 10 | inherit distutils | ||
| 11 | |||
| 12 | DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)" | ||
| 13 | HOMEPAGE="http://mike.verdone.ca/twitter/" | ||
| 14 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" | ||
| 15 | |||
| 16 | LICENSE="MIT" | ||
| 17 | SLOT="0" | ||
| 18 | KEYWORDS="~amd64 ~x86" | ||
| 19 | IUSE="" | ||
| 20 | |||
| 21 | DEPEND="dev-python/setuptools" | ||
| 22 | RDEPEND="" |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |