Skip to content

Commit

Permalink
dev-python/python-zipstream: add py2.7, py3.5, update LICENSE.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
Closes: gentoo#2319

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
sbraz authored and monsieurp committed Sep 27, 2016
1 parent 8a6a10c commit 8af4de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-python/python-zipstream/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="github">allanlei/python-zipstream</remote-id>
<bugs-to>https://github.com/allanlei/python-zipstream/issues</bugs-to>
</upstream>
</pkgmetadata>
4 changes: 2 additions & 2 deletions dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

EAPI=6

PYTHON_COMPAT=( python3_4 )
PYTHON_COMPAT=( python{2_7,3_4,3_5} )

inherit distutils-r1

DESCRIPTION="A zip archive generator"
HOMEPAGE="https://github.com/allanlei/python-zipstream"
SRC_URI="https://github.com/allanlei/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
Expand Down

0 comments on commit 8af4de8

Please sign in to comment.