Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 633646 Details for
Bug 716964
dev-python/rst2pdf: version bump and enable Python 3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
svglib-1.0.0.ebuild
svglib-1.0.0.ebuild (text/plain), 1.04 KB, created by
Andrea Cerisara
on 2020-04-19 00:56:30 UTC
(
hide
)
Description:
svglib-1.0.0.ebuild
Filename:
MIME Type:
Creator:
Andrea Cerisara
Created:
2020-04-19 00:56:30 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 2012-2019 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >PYTHON_COMPAT=( python{3_6,3_7,3_8} ) > >DISTUTILS_USE_SETUPTOOLS=bdepend >inherit distutils-r1 > >DESCRIPTION="A pure Python library for reading and converting SVG" >HOMEPAGE="https://github.com/deeplook/svglib https://pypi.org/project/svglib/" >SRC_URI="https://github.com/deeplook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" >KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux" > >LICENSE="LGPL" >SLOT="0" >IUSE="" > >DEPEND=" > dev-python/reportlab[${PYTHON_USEDEP}] > dev-python/lxml[${PYTHON_USEDEP}] > >=dev-python/tinycss2-0.6.0[${PYTHON_USEDEP}] > >=dev-python/cssselect2-0.2.0[${PYTHON_USEDEP}] >" > >RDEPEND="" > >python_test() { > sed -i "286 a \ @pytest.mark.skip(reason='Needs internet access')" \ > tests/test_samples.py || die > > sed -i "363 a \ @pytest.mark.skip(reason='Needs internet access')" \ > tests/test_samples.py || die > > pytest -vv || die "Test suite failed under ${EPYTHON}" >} > >DOCS=( README.rst LICENSE.txt CHANGELOG.rst )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 716964
:
633644
| 633646 |
633650