diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-06-19 08:41:06 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-06-19 08:41:06 -0700 |
commit | ced651e390b3ffba81059cb67a4ba946bc7a6a0d (patch) | |
tree | 176c9e63c8edc0f8781c8ec1321d3f539d3b05f5 /dev-python/ledger-autosync/ledger-autosync-0.2.3.ebuild | |
parent | update local stuff in my repo. (diff) | |
parent | Add my local stuff again. (diff) | |
download | robbat2-ced651e390b3ffba81059cb67a4ba946bc7a6a0d.tar.gz robbat2-ced651e390b3ffba81059cb67a4ba946bc7a6a0d.tar.bz2 robbat2-ced651e390b3ffba81059cb67a4ba946bc7a6a0d.zip |
Merge remote-tracking branch 'bohr/master'
With conflict fixes
Conflicts:
metadata/layout.conf
profiles/repo_name
x11-plugins/pidgin-extended_blist_sort/Manifest
x11-plugins/pidgin-toobars/Manifest
Diffstat (limited to 'dev-python/ledger-autosync/ledger-autosync-0.2.3.ebuild')
-rw-r--r-- | dev-python/ledger-autosync/ledger-autosync-0.2.3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/ledger-autosync/ledger-autosync-0.2.3.ebuild b/dev-python/ledger-autosync/ledger-autosync-0.2.3.ebuild new file mode 100644 index 0000000..48aa0d0 --- /dev/null +++ b/dev-python/ledger-autosync/ledger-autosync-0.2.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Remember The Milk API" +HOMEPAGE="https://bitbucket.org/egh/ledger-autosync" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE='' + +src_prepare() { +# rm -f "${S}"/setup.cfg # This confuses setuptools in Gentoo +# use examples || sed '/rtm_appsample/d' -i "${S}"/setup.py + distutils-r1_src_prepare +} |