gentoo/dev-python/atpublic/atpublic-1.0.ebuild
Matthew Thode 89527c2a40
dev-python/atpublic: adding for mailman 3
Package-Manager: Portage-2.3.14, Repoman-2.3.6
2017-12-10 21:48:23 -06:00

20 lines
508 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
inherit distutils-r1
DESCRIPTION="A decorator and function to polulate a module's __all__ and the module globals."
HOMEPAGE="https://gitlab.com/warsaw/public"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"