dev-python/nodeenv: bump version of 1.3.3

mhiretskiy
parent a265e0964d
commit 1fd8bc66a6

@ -0,0 +1 @@
DIST nodeenv-1.3.3.tar.gz 34015 BLAKE2B bea91ad8b095c6b9d3cb670ce1552f3b03d7a16e1c1fb681bb55c8b7173cc6bd1a1e0edcbb60c052a9aa6e6454847542f41d19e4c2a5e427aa9be255b8380029 SHA512 4ed6084d83c28beccd5e4326d122ac4d84b70c3107fd3569ce85d6a2927abfc10c792150f01ac46aae7941899d91b3048dfa069421b805a43fa83427a62380ba

@ -0,0 +1,20 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
inherit distutils-r1
DESCRIPTION="Node.js virtual environment builder"
HOMEPAGE="https://github.com/ekalinin/nodeenv"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
RESTRICT="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
Loading…
Cancel
Save