mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-pyserial: remove
python 2, not needed by any other package
This commit is contained in:
parent
9ce72ed8ec
commit
392de94dee
3 changed files with 3 additions and 22 deletions
|
@ -1,19 +0,0 @@
|
||||||
# Template file for 'python-pyserial'
|
|
||||||
pkgname=python-pyserial
|
|
||||||
version=3.4
|
|
||||||
revision=7
|
|
||||||
build_style=python2-module
|
|
||||||
hostmakedepends="python-setuptools"
|
|
||||||
depends="python"
|
|
||||||
short_desc="Python2 module providing access for the serial port"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="BSD-3-Clause"
|
|
||||||
homepage="https://github.com/pyserial/pyserial"
|
|
||||||
distfiles="${PYPI_SITE}/p/pyserial/pyserial-${version}.tar.gz"
|
|
||||||
checksum=6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627
|
|
||||||
alternatives="pyserial:miniterm:/usr/bin/miniterm.py2"
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
mv ${DESTDIR}/usr/bin/miniterm.py{,2}
|
|
||||||
vlicense LICENSE.txt LICENSE
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
ignore="*b[0-9]"
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'removed-packages'
|
# Template file for 'removed-packages'
|
||||||
pkgname=removed-packages
|
pkgname=removed-packages
|
||||||
version=0.1.20230926
|
version=0.1.20230927
|
||||||
revision=3
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="Uninstalls packages removed from repository"
|
short_desc="Uninstalls packages removed from repository"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
@ -550,6 +550,7 @@ replaces="
|
||||||
python-pydns<=2.3.6_4
|
python-pydns<=2.3.6_4
|
||||||
python-pyenet<=1.3.13.post7_2
|
python-pyenet<=1.3.13.post7_2
|
||||||
python-pyglet<=1.4.10_4
|
python-pyglet<=1.4.10_4
|
||||||
|
python-pyserial<=3.4_7
|
||||||
python-pyside<=1.2.2_7
|
python-pyside<=1.2.2_7
|
||||||
python-pystache<=0.5.4_6
|
python-pystache<=0.5.4_6
|
||||||
python-pytest-relaxed<=1.1.2_2
|
python-pytest-relaxed<=1.1.2_2
|
||||||
|
|
Loading…
Add table
Reference in a new issue