Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] printrun: remove package
@ 2022-04-07 17:31 paper42
  2022-04-07 20:47 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-04-07 17:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages remove-printrun
https://github.com/void-linux/void-packages/pull/36560

printrun: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

Closes #35893

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 7a8d1482f36fe0b9c93d4c5f24d4dbc6a31281a4 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 7 Apr 2022 19:18:14 +0200
Subject: [PATCH 1/2] printrun: remove package

---
 srcpkgs/printrun/template         | 20 --------------------
 srcpkgs/printrun/update           |  1 -
 srcpkgs/removed-packages/template |  1 +
 3 files changed, 1 insertion(+), 21 deletions(-)
 delete mode 100644 srcpkgs/printrun/template
 delete mode 100644 srcpkgs/printrun/update

diff --git a/srcpkgs/printrun/template b/srcpkgs/printrun/template
deleted file mode 100644
index d18d21df3e69..000000000000
--- a/srcpkgs/printrun/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# Template file for 'printrun'
-pkgname=printrun
-version=1.6.0
-revision=4
-wrksrc="Printrun-printrun-${version}"
-build_style=python2-module
-hostmakedepends="python-setuptools python-pyserial"
-depends="python wxPython python-pyserial python-pyglet python-numpy"
-short_desc="3D printing host suite"
-maintainer="Jasper Chan <jasperchan515@gmail.com>"
-license="GPL-3.0-or-later"
-homepage="http://www.pronterface.com"
-distfiles="https://github.com/kliment/Printrun/archive/printrun-${version}.tar.gz"
-checksum=fefcb4c5793fc77205a14263bc915616cde0523cd60704f356191b9ae34ba65d
-
-post_install() {
-	for file in ${DESTDIR}/usr/bin/*.py; do
-		mv -- "$file" "${file%%.py}"
-	done
-}
diff --git a/srcpkgs/printrun/update b/srcpkgs/printrun/update
deleted file mode 100644
index 091ee4faee75..000000000000
--- a/srcpkgs/printrun/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore="[12][0-9][0-9][0-9][01][0-9][0-3][0-9]"
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 240f1282f54c..9940f101c83b 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -266,6 +266,7 @@ replaces="
  phonon-backend-gstreamer<=4.9.0_2
  phonon-backend-vlc<=0.9.1_3
  polkit-qt<=0.112.0_5
+ printrun<=1.6.0_4
  pritunl-client<=1.0.1865.25_2
  profile-sync-daemon<=5.75_4
  profont<=1.0_2

From dce9d5342eb601f381821a63929d37843965b8e5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 7 Apr 2022 19:26:06 +0200
Subject: [PATCH 2/2] python-pyglet: remove package

---
 srcpkgs/python3-pyglet                        |  1 -
 .../template                                  | 22 ++++++-------------
 .../{python-pyglet => python3-pyglet}/update  |  0
 srcpkgs/removed-packages/template             |  1 +
 4 files changed, 8 insertions(+), 16 deletions(-)
 delete mode 120000 srcpkgs/python3-pyglet
 rename srcpkgs/{python-pyglet => python3-pyglet}/template (54%)
 rename srcpkgs/{python-pyglet => python3-pyglet}/update (100%)

diff --git a/srcpkgs/python3-pyglet b/srcpkgs/python3-pyglet
deleted file mode 120000
index 0da9a8d712fa..000000000000
--- a/srcpkgs/python3-pyglet
+++ /dev/null
@@ -1 +0,0 @@
-python-pyglet
\ No newline at end of file
diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python3-pyglet/template
similarity index 54%
rename from srcpkgs/python-pyglet/template
rename to srcpkgs/python3-pyglet/template
index e5444022ba3e..cb8333021997 100644
--- a/srcpkgs/python-pyglet/template
+++ b/srcpkgs/python3-pyglet/template
@@ -1,27 +1,19 @@
-# Template file for 'python-pyglet'
-pkgname=python-pyglet
+# Template file for 'python3-pyglet'
+pkgname=python3-pyglet
 version=1.4.10
 revision=4
 wrksrc="pyglet-${version}"
-build_style=python-module
-hostmakedepends="python-setuptools python3-setuptools unzip"
-depends="python"
-short_desc="Cross-platform windowing and multimedia library for Python2"
+build_style=python3-module
+hostmakedepends="python3-setuptools unzip"
+depends="python3"
+short_desc="Cross-platform windowing and multimedia library for Python3"
 maintainer="Jasper Chan <jasperchan515@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://www.pyglet.org"
 distfiles="${PYPI_SITE}/p/pyglet/pyglet-${version}.zip"
 checksum=c57e3e18246f45e4d6bb3d29e39d128d6e72b05f4212b10353adc3ba260ceb65
+make_check=no # pyglet requires an X server with GLX
 
 post_install() {
 	vlicense LICENSE
 }
-
-python3-pyglet_package() {
-	depends="python3"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python-pyglet/update b/srcpkgs/python3-pyglet/update
similarity index 100%
rename from srcpkgs/python-pyglet/update
rename to srcpkgs/python3-pyglet/update
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 9940f101c83b..222727ba8e70 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -307,6 +307,7 @@ replaces="
  python-pycryptodome<=3.9.7_3
  python-pydns<=2.3.6_4
  python-pyenet<=1.3.13.post7_2
+ python-pyglet<=1.4.10_4
  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]: printrun: remove package
  2022-04-07 17:31 [PR PATCH] printrun: remove package paper42
@ 2022-04-07 20:47 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-04-07 20:47 UTC (permalink / raw)
  To: ml

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

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

printrun: remove package
https://github.com/void-linux/void-packages/pull/36560

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

Closes #35893

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-04-07 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 17:31 [PR PATCH] printrun: remove package paper42
2022-04-07 20:47 ` [PR PATCH] [Merged]: " paper42

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).