Skip to content

Commit

Permalink
[dev-python/sinaweibopy3]: Add stable version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
biergaizi committed Feb 8, 2014
1 parent 3e7687b commit c7797ef
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/sinaweibopy3/Manifest
@@ -0,0 +1 @@
DIST sinaweibopy3-1.1.2.tar.gz 9931 SHA256 a9fc8038903a896e4acc66ec3eaa73971e60951f1c73666533399ea08d7c9c79
26 changes: 26 additions & 0 deletions dev-python/sinaweibopy3/sinaweibopy3-1.1.2.ebuild
@@ -0,0 +1,26 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"
PYTHON_COMPAT=( python{3_2,3_3} )

inherit distutils-r1

DESCRIPTION="A SDK for Sina Weibo, WeCase's fork."
HOMEPAGE="https://github.com/WeCase/sinaweibopy"
SRC_URI="https://github.com/WeCase/sinaweibopy/archive/${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"

LICENSE="Apache-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND=""

S="${WORKDIR}/sinaweibopy-${PV}"

python_install_all() {
distutils-r1_python_install_all
}

0 comments on commit c7797ef

Please sign in to comment.