mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/pysvg: bump to 0.2.2
Package-Manager: portage-2.3.2_p8
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST pysvg-0.2.1.zip 24216 SHA256 f447d39d47674176d277a21616597812c662d62834e136360e86d3f914270f36 SHA512 f8334d466ac130842c6fd8beecb4da7a5207fd50ed996a4b0d06d3b5e2f2324e9e87c35df7fd9a4d776e810b35532d4ef37d7075b512b7f2f2f2ea4e1b0db2df WHIRLPOOL 8116add689eb39865c43bc07e772382fe4f96b513ffa8cd6bcaab76c199371f467e3e6ba0935095857d685093b6be0e881ec6daade9e0dba0d033c120c3244a8
|
||||
DIST pysvg-0.2.2.zip 623804 SHA256 e7dd51244cd201279dba577704149e5195d4a69d6e6681bda1edb32fac24f2ed SHA512 f0e39903f4290a0615ca7531ccc242b27086b639b2940b53ae185ff354843e56b184c1d1dbf63f0df4f9f9700c4224e878810354a0f0c77bcbb9efd1b4ac2f17 WHIRLPOOL ade85b0853b1563359de47d048e74d0c3ba3ae7347b0d7dec41b0a187b051442afab9cd5675da0042d4266a7aba0620fc33c3bc988b1af9fc854266643c835dd
|
||||
|
||||
@@ -5,7 +5,4 @@
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="google-code">pysvg</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
@@ -10,7 +10,7 @@ inherit distutils-r1
|
||||
DESCRIPTION="Python SVG document creation library"
|
||||
HOMEPAGE="http://codeboje.de/pysvg/
|
||||
https://code.google.com/p/pysvg/"
|
||||
SRC_URI="https://pysvg.googlecode.com/files/${P}.zip"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
Reference in New Issue
Block a user