author | Da Risk <da_risk@geekorum.com> |
Wed, 05 Oct 2016 11:04:25 -0700 | |
changeset 196 | 4441b94fe5f7 |
parent 162 | 3a08c6a2cef4 |
permissions | -rw-r--r-- |
162
3a08c6a2cef4
revbump dev-python/suelta to accept python3.4
Da Risk <da_risk@geekorum.com>
parents:
113
diff
changeset
|
1 |
# Copyright 1999-2015 Gentoo Foundation |
113
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
3 |
# $Header: $ |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
4 |
|
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
5 |
EAPI=5 |
162
3a08c6a2cef4
revbump dev-python/suelta to accept python3.4
Da Risk <da_risk@geekorum.com>
parents:
113
diff
changeset
|
6 |
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) |
113
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
7 |
|
162
3a08c6a2cef4
revbump dev-python/suelta to accept python3.4
Da Risk <da_risk@geekorum.com>
parents:
113
diff
changeset
|
8 |
inherit distutils-r1 git-r3 |
113
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
9 |
|
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
10 |
EGIT_REPO_URI="git://github.com/legastero/Suelta.git" |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
11 |
|
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
12 |
DESCRIPTION="A pure Python SASL Client library" |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
13 |
HOMEPAGE="https://github/legastero/Suelta" |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
14 |
SRC_URI="" |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
15 |
|
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
16 |
LICENSE="MIT" |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
17 |
SLOT="0" |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
18 |
KEYWORDS="~amd64" |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
19 |
IUSE="" |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
20 |
|
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
21 |
DEPEND="" |
ecd1fe3b4ff2
Add dev-python/suelta, a pure python SASL implementation
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
22 |
RDEPEND="${DEPEND}" |