Files
gentoo/dev-python/ushlex/ushlex-0.99.1.ebuild
Patrice Clement 64ad000e5d dev-python/ushlex: new package.
ushlex is a replacement for shlex (that works with unicode) for Python 2.X.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-09-10 23:54:09 +02:00

19 lines
410 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Replacement for shlex for Python 2.X"
HOMEPAGE="https://pypi.org/project/ushlex"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"