Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 649908 Details for
Bug 709278
media-gfx/printrun: needs py3 port
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Improved ebuild for 2.0.0rc5, using EAPI 7
printrun-2.0.0_rc5.ebuild (text/plain), 985 bytes, created by
Robert Schedel
on 2020-07-19 23:40:28 UTC
(
hide
)
Description:
Improved ebuild for 2.0.0rc5, using EAPI 7
Filename:
MIME Type:
Creator:
Robert Schedel
Created:
2020-07-19 23:40:28 UTC
Size:
985 bytes
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) > >inherit distutils-r1 xdg-utils > >DESCRIPTION="GUI interface for 3D printing on RepRap and other printers" >HOMEPAGE="https://github.com/kliment/Printrun" >MY_PV=${PV/_} >MY_P="${PN}-${MY_PV}" >SRC_URI="https://github.com/kliment/Printrun/archive/${MY_P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=" > dev-python/appdirs[${PYTHON_USEDEP}] > dev-python/dbus-python[${PYTHON_USEDEP}] > dev-python/numpy[${PYTHON_USEDEP}] > dev-python/psutil[${PYTHON_USEDEP}] > dev-python/pycairo[${PYTHON_USEDEP}] > dev-python/pyglet[${PYTHON_USEDEP}] > dev-python/pyserial[${PYTHON_USEDEP}] > dev-python/wxpython:4.0[${PYTHON_USEDEP}] > media-gfx/cairosvg[${PYTHON_USEDEP}]" > >RDEPEND="${DEPEND}" > >S="${WORKDIR}/Printrun-${MY_P}" > >pkg_postinst() { > xdg_desktop_database_update >} > >pkg_postrm() { > xdg_desktop_database_update >}
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 709278
:
635862
| 649908