Uranium: remove package
This package is sorely outdated and only supports the now-removed cura.
This commit is contained in:
parent
9765c56638
commit
a167788e44
|
@ -1,14 +0,0 @@
|
||||||
diff --git a/cmake/UraniumTests.cmake b/cmake/UraniumTests.cmake
|
|
||||||
index 332b24c0..68a34acb 100644
|
|
||||||
--- a/cmake/UraniumTests.cmake
|
|
||||||
+++ b/cmake/UraniumTests.cmake
|
|
||||||
@@ -49,8 +49,3 @@ foreach(_plugin ${_plugins})
|
|
||||||
endif()
|
|
||||||
endforeach()
|
|
||||||
|
|
||||||
-#Add code style test.
|
|
||||||
-add_test(
|
|
||||||
- NAME "code-style"
|
|
||||||
- COMMAND ${PYTHON_EXECUTABLE} run_mypy.py WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
|
||||||
-)
|
|
||||||
\ No newline at end of file
|
|
|
@ -1,23 +0,0 @@
|
||||||
# Template file for 'Uranium'
|
|
||||||
pkgname=Uranium
|
|
||||||
version=4.13.1
|
|
||||||
revision=3
|
|
||||||
build_style=cmake
|
|
||||||
pycompile_dirs="usr/lib/uranium/plugins"
|
|
||||||
hostmakedepends="python3 gettext"
|
|
||||||
depends="libArcus-python3 python3-PyQt5-opengl python3-PyQt5-quick
|
|
||||||
python3-PyQt5-svg python3-numpy-stl python3-scipy qt5-quickcontrols
|
|
||||||
qt5-quickcontrols2 python3-shapely python3-cryptography"
|
|
||||||
checkdepends="python3-pytest python3-mypy python3-certifi
|
|
||||||
python3-Twisted $depends"
|
|
||||||
short_desc="Python framework for building Desktop applications"
|
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
||||||
license="LGPL-3.0-or-later"
|
|
||||||
homepage="https://github.com/Ultimaker/Uranium"
|
|
||||||
distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz"
|
|
||||||
checksum=185db9e6353a4f44b69287ed5f6314d28f10a0dd43790485275d6db5b5907a41
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vmkdir usr/share/uranium/cmake
|
|
||||||
mv $DESTDIR/usr/share/cmake-*/Modules/* $DESTDIR/usr/share/uranium/cmake/
|
|
||||||
}
|
|
|
@ -26,6 +26,7 @@ replaces="
|
||||||
SMC<=1.9_9
|
SMC<=1.9_9
|
||||||
Slic3rPE<=2.5.2_5
|
Slic3rPE<=2.5.2_5
|
||||||
Twisted<=17.9.0_2
|
Twisted<=17.9.0_2
|
||||||
|
Uranium<=4.13.1_3
|
||||||
Venom<=0.5.5_1
|
Venom<=0.5.5_1
|
||||||
XorCurses<=0.2.2_1
|
XorCurses<=0.2.2_1
|
||||||
acme-client<=0.1.16_5
|
acme-client<=0.1.16_5
|
||||||
|
|
Loading…
Reference in New Issue