annotate dev-python/python-application/python-application-2.1.0.ebuild @ 510:513c621ae929

remove obsolete davfs2 ebuild
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 09 Apr 2020 02:30:29 +0200
parents 71a79165eb75
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
430
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 # Copyright 1999-2015 Gentoo Foundation
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 # Distributed under the terms of the GNU General Public License v2
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 # $Id$
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 EAPI="5"
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 PYTHON_COMPAT=( python2_7 python3_4 )
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 inherit distutils-r1
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11 DESCRIPTION="Basic building blocks for python applications"
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12 HOMEPAGE="https://github.com/AGProjects/python-application"
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13 SRC_URI="https://github.com/AGProjects/python-application/archive/release-2.1.0.tar.gz -> ${P}.tar.gz"
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15 LICENSE="LGPL-2"
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16 SLOT="0"
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
17 IUSE=""
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19 KEYWORDS="~amd64 ~x86"
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20
71a79165eb75 add an ebuild for the latest python-application version
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21 S="${WORKDIR}/${PN}-release-${PV}"