Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-msp430-tools, python-pyserial: remove
@ 2023-09-27 20:25 classabbyamp
  2023-09-27 23:24 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2023-09-27 20:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages msp430
https://github.com/void-linux/void-packages/pull/46298

python-msp430-tools, python-pyserial: remove
@leahneukirchen: upstream seems dead, you don't have the hardware to test/maintain this anymore, python 2. I think it's best just to remove and people can use a py2 venv if they still need it.

closes #42223


A patch file from https://github.com/void-linux/void-packages/pull/46298.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-msp430-46298.patch --]
[-- Type: text/x-diff, Size: 4505 bytes --]

From 0c07cf43629406446559663198cca22fd9ada43f Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Wed, 27 Sep 2023 16:18:28 -0400
Subject: [PATCH 1/2] python-msp430-tools: remove

mostly python2, upstream has been quiet for 5 years
---
 srcpkgs/python-msp430-tools/template | 19 -------------------
 srcpkgs/python-msp430-tools/update   |  1 -
 srcpkgs/removed-packages/template    |  1 +
 3 files changed, 1 insertion(+), 20 deletions(-)
 delete mode 100644 srcpkgs/python-msp430-tools/template
 delete mode 100644 srcpkgs/python-msp430-tools/update

diff --git a/srcpkgs/python-msp430-tools/template b/srcpkgs/python-msp430-tools/template
deleted file mode 100644
index d80188640dec9..0000000000000
--- a/srcpkgs/python-msp430-tools/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# Template file for 'python-msp430-tools'
-pkgname=python-msp430-tools
-version=0.9.2
-revision=2
-build_style=python2-module
-pycompile_module="msp430"
-hostmakedepends="python-setuptools"
-depends="python-pyserial"
-short_desc="Collection of tools related to the MSP430 embedded processor"
-maintainer="Leah Neukirchen <leah@vuxu.org>"
-license="BSD-3-Clause"
-homepage="https://pypi.org/project/python-msp430-tools/"
-distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=544de0c333a4e58a9f5585454a515c6f6159547a5e9a6103cc1e1f064d8323d8
-
-post_install() {
-	vlicense LICENSE.txt LICENSE
-	rm ${DESTDIR}/usr/bin/msp430-downloader   # needs EasyDialogs
-}
diff --git a/srcpkgs/python-msp430-tools/update b/srcpkgs/python-msp430-tools/update
deleted file mode 100644
index d2fa82e2f8c5c..0000000000000
--- a/srcpkgs/python-msp430-tools/update
+++ /dev/null
@@ -1 +0,0 @@
-site=https://pypi.org/project/python-msp430-tools/
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 9755df2aa45e3..4ba166d31b83d 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -533,6 +533,7 @@ replaces="
  python-matplotlib<=2.2.4_2
  python-mock<=3.0.5_2
  python-more-itertools<=5.0.0_3
+ python-msp430-tools<=0.9.2_2
  python-netifaces<=0.10.9_3
  python-nose<=1.3.7_7
  python-notify<=0.1.1_13

From 84d40ae3aebaef5fcfa722e64c1601fdd2dda482 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Wed, 27 Sep 2023 16:21:50 -0400
Subject: [PATCH 2/2] python-pyserial: remove

python 2, not needed by any other package
---
 srcpkgs/python-pyserial/template  | 19 -------------------
 srcpkgs/python-pyserial/update    |  1 -
 srcpkgs/removed-packages/template |  5 +++--
 3 files changed, 3 insertions(+), 22 deletions(-)
 delete mode 100644 srcpkgs/python-pyserial/template
 delete mode 100644 srcpkgs/python-pyserial/update

diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template
deleted file mode 100644
index 198d118b255c9..0000000000000
--- a/srcpkgs/python-pyserial/template
+++ /dev/null
@@ -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
-}
diff --git a/srcpkgs/python-pyserial/update b/srcpkgs/python-pyserial/update
deleted file mode 100644
index 5731a163e9c7b..0000000000000
--- a/srcpkgs/python-pyserial/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore="*b[0-9]"
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 4ba166d31b83d..3b75f61119780 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20230926
-revision=3
+version=0.1.20230927
+revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -550,6 +550,7 @@ replaces="
  python-pydns<=2.3.6_4
  python-pyenet<=1.3.13.post7_2
  python-pyglet<=1.4.10_4
+ python-pyserial<=3.4_7
  python-pyside<=1.2.2_7
  python-pystache<=0.5.4_6
  python-pytest-relaxed<=1.1.2_2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: python-msp430-tools, python-pyserial: remove
  2023-09-27 20:25 [PR PATCH] python-msp430-tools, python-pyserial: remove classabbyamp
@ 2023-09-27 23:24 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-09-27 23:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

There's a merged pull request on the void-packages repository

python-msp430-tools, python-pyserial: remove
https://github.com/void-linux/void-packages/pull/46298

Description:
@leahneukirchen: upstream seems dead, you don't have the hardware to test/maintain this anymore, python 2. I think it's best just to remove and people can use a py2 venv if they still need it.

closes #42223


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-27 23:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-27 20:25 [PR PATCH] python-msp430-tools, python-pyserial: remove classabbyamp
2023-09-27 23:24 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).