Skip to content

Commit

Permalink
Add dev-python/taskw
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb committed Nov 26, 2012
1 parent 3add912 commit a660bd2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/taskw/Manifest
@@ -0,0 +1 @@
DIST taskw-0.4.3.tar.gz 19271 SHA256 f215de768a2148ebb03fc4bed0ee0da90fc30b38f14178fefea5ee6fbcb2bdc2 SHA512 672ebf6866d31a4d03c7bf87fc7a2d12e2da39f01a8fb77f9e3825e2de834243781b976a901dd9e9402feec52d901e22e0454e306bf007cb4adec70883183aa5 WHIRLPOOL 9ce04a0547572a1b330df29db7c7b48783b08b3d995fee2525e943827bae3256d9bd6d1eb060310e2ae1f9f077e56f9bb701493511c15b16ea78cd738a73ef60
25 changes: 25 additions & 0 deletions dev-python/taskw/taskw-0.4.3.ebuild
@@ -0,0 +1,25 @@
# Copyright 2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=4
PYTHON_DEPEND="2:2.6 3:3.2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.1"

inherit distutils

DESCRIPTION="Python bindings for your taskwarrior database"
HOMEPAGE="http://pypi.python.org/pypi/taskw
https://github.com/ralphbean/taskw"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="app-misc/task
dev-python/six"

DOCS="README.rst LICENSE.txt"

0 comments on commit a660bd2

Please sign in to comment.