Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-serpent: update to 1.30.2.
@ 2020-04-23 16:08 pfpulux
  2020-05-18 16:09 ` Piraty
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pfpulux @ 2020-04-23 16:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-serpent
https://github.com/void-linux/void-packages/pull/21276

python-serpent: update to 1.30.2.
python2 support is dropped after 1.28

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

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

From 3e66a79a59b96b0b4c945f58718b0bf45ec96d35 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Thu, 23 Apr 2020 18:02:24 +0200
Subject: [PATCH] python-serpent: update to 1.30.2.

python2 support is dropped after 1.28
---
 srcpkgs/python-serpent/template  | 31 -------------------------------
 srcpkgs/python3-serpent          |  1 -
 srcpkgs/python3-serpent/template | 19 +++++++++++++++++++
 3 files changed, 19 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/python-serpent/template
 delete mode 120000 srcpkgs/python3-serpent
 create mode 100644 srcpkgs/python3-serpent/template

diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template
deleted file mode 100644
index a40f0d44515..00000000000
--- a/srcpkgs/python-serpent/template
+++ /dev/null
@@ -1,31 +0,0 @@
-# Template file for 'python-serpent'
-pkgname=python-serpent
-version=1.28
-revision=2
-archs=noarch
-wrksrc="${pkgname#*-}-${version}"
-build_style=python-module
-pycompile_module="serpent.py"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python"
-short_desc="Serialization library based on ast.literal_eval (Python2)"
-maintainer="pulux <pulux@pf4sh.de>"
-license="MIT"
-homepage="https://pypi.org/project/serpent/"
-distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
-checksum=f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab
-
-post_install() {
-	vlicense LICENSE
-}
-
-python3-serpent_package() {
-	archs=noarch
-	depends="python3"
-	pycompile="serpent.py"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-serpent b/srcpkgs/python3-serpent
deleted file mode 120000
index 4e38db55ecb..00000000000
--- a/srcpkgs/python3-serpent
+++ /dev/null
@@ -1 +0,0 @@
-python-serpent
\ No newline at end of file
diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
new file mode 100644
index 00000000000..6cee2477bc8
--- /dev/null
+++ b/srcpkgs/python3-serpent/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-serpent'
+pkgname=python3-serpent
+version=1.30.2
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Serialization library based on ast.literal_eval"
+maintainer="pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://pypi.org/project/serpent/"
+distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
+checksum=72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: python-serpent: update to 1.30.2.
  2020-04-23 16:08 [PR PATCH] python-serpent: update to 1.30.2 pfpulux
@ 2020-05-18 16:09 ` Piraty
  2020-05-29 17:13 ` [PR PATCH] [Updated] " pfpulux
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2020-05-18 16:09 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/21276#issuecomment-630285144

Comment:
@pfpulux ping

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

* Re: [PR PATCH] [Updated] python-serpent: update to 1.30.2.
  2020-04-23 16:08 [PR PATCH] python-serpent: update to 1.30.2 pfpulux
  2020-05-18 16:09 ` Piraty
@ 2020-05-29 17:13 ` pfpulux
  2020-05-29 17:28 ` pfpulux
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pfpulux @ 2020-05-29 17:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python-serpent
https://github.com/void-linux/void-packages/pull/21276

python-serpent: update to 1.30.2.
python2 support is dropped after 1.28

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

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

From e122706fc6d0e1d962a9119d09692c3d9eb18004 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 29 May 2020 19:10:25 +0200
Subject: [PATCH] New package: python3-serpent-1.30.2

---
 srcpkgs/python3-serpent          |  1 -
 srcpkgs/python3-serpent/template | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 delete mode 120000 srcpkgs/python3-serpent
 create mode 100644 srcpkgs/python3-serpent/template

diff --git a/srcpkgs/python3-serpent b/srcpkgs/python3-serpent
deleted file mode 120000
index 4e38db55ecb..00000000000
--- a/srcpkgs/python3-serpent
+++ /dev/null
@@ -1 +0,0 @@
-python-serpent
\ No newline at end of file
diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
new file mode 100644
index 00000000000..da2b3fda368
--- /dev/null
+++ b/srcpkgs/python3-serpent/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-serpent'
+pkgname=python3-serpent
+version=1.30.2
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+pycompile_module="serpent.py"
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Serialization library based on ast.literal_eval (Python3)"
+maintainer="pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://pypi.org/project/serpent/"
+distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
+checksum=72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] python-serpent: update to 1.30.2.
  2020-04-23 16:08 [PR PATCH] python-serpent: update to 1.30.2 pfpulux
  2020-05-18 16:09 ` Piraty
  2020-05-29 17:13 ` [PR PATCH] [Updated] " pfpulux
@ 2020-05-29 17:28 ` pfpulux
  2020-06-01 17:58 ` pfpulux
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pfpulux @ 2020-05-29 17:28 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python-serpent
https://github.com/void-linux/void-packages/pull/21276

python-serpent: update to 1.30.2.
python2 support is dropped after 1.28

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

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

From 06ee98d5892bdc9ff83bc626c739452ab5c3eaed Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 29 May 2020 19:10:25 +0200
Subject: [PATCH] python-serpent: update to 1.30.2 split package

python2 support only up to 1.28
---
 srcpkgs/python-serpent/template  | 16 ++--------------
 srcpkgs/python3-serpent          |  1 -
 srcpkgs/python3-serpent/template | 19 +++++++++++++++++++
 3 files changed, 21 insertions(+), 15 deletions(-)
 delete mode 120000 srcpkgs/python3-serpent
 create mode 100644 srcpkgs/python3-serpent/template

diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template
index a40f0d44515..29c64632fde 100644
--- a/srcpkgs/python-serpent/template
+++ b/srcpkgs/python-serpent/template
@@ -1,12 +1,11 @@
 # Template file for 'python-serpent'
 pkgname=python-serpent
 version=1.28
-revision=2
+revision=3
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python-module
-pycompile_module="serpent.py"
-hostmakedepends="python-setuptools python3-setuptools"
+hostmakedepends="python-setuptools"
 depends="python"
 short_desc="Serialization library based on ast.literal_eval (Python2)"
 maintainer="pulux <pulux@pf4sh.de>"
@@ -18,14 +17,3 @@ checksum=f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab
 post_install() {
 	vlicense LICENSE
 }
-
-python3-serpent_package() {
-	archs=noarch
-	depends="python3"
-	pycompile="serpent.py"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-serpent b/srcpkgs/python3-serpent
deleted file mode 120000
index 4e38db55ecb..00000000000
--- a/srcpkgs/python3-serpent
+++ /dev/null
@@ -1 +0,0 @@
-python-serpent
\ No newline at end of file
diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
new file mode 100644
index 00000000000..ad7a7dc86da
--- /dev/null
+++ b/srcpkgs/python3-serpent/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-serpent'
+pkgname=python3-serpent
+version=1.30.2
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Serialization library based on ast.literal_eval (Python3)"
+maintainer="pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://pypi.org/project/serpent/"
+distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
+checksum=72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] python-serpent: update to 1.30.2.
  2020-04-23 16:08 [PR PATCH] python-serpent: update to 1.30.2 pfpulux
                   ` (2 preceding siblings ...)
  2020-05-29 17:28 ` pfpulux
@ 2020-06-01 17:58 ` pfpulux
  2020-07-23 19:21 ` Chocimier
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pfpulux @ 2020-06-01 17:58 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python-serpent
https://github.com/void-linux/void-packages/pull/21276

python-serpent: update to 1.30.2.
python2 support is dropped after 1.28

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

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

From 3fe86eda4e0f906106c97ca6289920faa51816cc Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 29 May 2020 19:10:25 +0200
Subject: [PATCH] python-serpent: split package

New package: python3-serpent-1.30.2

python2 support only up to version 1.28
---
 srcpkgs/python-serpent/template  | 18 +++---------------
 srcpkgs/python3-serpent          |  1 -
 srcpkgs/python3-serpent/template | 19 +++++++++++++++++++
 3 files changed, 22 insertions(+), 16 deletions(-)
 delete mode 120000 srcpkgs/python3-serpent
 create mode 100644 srcpkgs/python3-serpent/template

diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template
index a40f0d44515..658802bef0d 100644
--- a/srcpkgs/python-serpent/template
+++ b/srcpkgs/python-serpent/template
@@ -1,12 +1,11 @@
 # Template file for 'python-serpent'
 pkgname=python-serpent
 version=1.28
-revision=2
+revision=3
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
-build_style=python-module
-pycompile_module="serpent.py"
-hostmakedepends="python-setuptools python3-setuptools"
+build_style=python2-module
+hostmakedepends="python-setuptools"
 depends="python"
 short_desc="Serialization library based on ast.literal_eval (Python2)"
 maintainer="pulux <pulux@pf4sh.de>"
@@ -18,14 +17,3 @@ checksum=f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab
 post_install() {
 	vlicense LICENSE
 }
-
-python3-serpent_package() {
-	archs=noarch
-	depends="python3"
-	pycompile="serpent.py"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-serpent b/srcpkgs/python3-serpent
deleted file mode 120000
index 4e38db55ecb..00000000000
--- a/srcpkgs/python3-serpent
+++ /dev/null
@@ -1 +0,0 @@
-python-serpent
\ No newline at end of file
diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
new file mode 100644
index 00000000000..ad7a7dc86da
--- /dev/null
+++ b/srcpkgs/python3-serpent/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-serpent'
+pkgname=python3-serpent
+version=1.30.2
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Serialization library based on ast.literal_eval (Python3)"
+maintainer="pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://pypi.org/project/serpent/"
+distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
+checksum=72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] python-serpent: update to 1.30.2.
  2020-04-23 16:08 [PR PATCH] python-serpent: update to 1.30.2 pfpulux
                   ` (3 preceding siblings ...)
  2020-06-01 17:58 ` pfpulux
@ 2020-07-23 19:21 ` Chocimier
  2020-07-23 19:22 ` Chocimier
  2020-07-23 20:36 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-07-23 19:21 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/pfpulux/void-packages python-serpent
https://github.com/void-linux/void-packages/pull/21276

python-serpent: update to 1.30.2.
python2 support is dropped after 1.28

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

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

From 7ec302b499d962dfa406ca45ace88494c5d72ddf Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 29 May 2020 19:10:25 +0200
Subject: [PATCH] python-serpent: split package

New package: python3-serpent-1.30.2

python2 support only up to version 1.28
---
 srcpkgs/python-serpent/template  | 18 +++---------------
 srcpkgs/python3-serpent          |  1 -
 srcpkgs/python3-serpent/template | 19 +++++++++++++++++++
 3 files changed, 22 insertions(+), 16 deletions(-)
 delete mode 120000 srcpkgs/python3-serpent
 create mode 100644 srcpkgs/python3-serpent/template

diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template
index a40f0d44515..658802bef0d 100644
--- a/srcpkgs/python-serpent/template
+++ b/srcpkgs/python-serpent/template
@@ -1,12 +1,11 @@
 # Template file for 'python-serpent'
 pkgname=python-serpent
 version=1.28
-revision=2
+revision=3
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
-build_style=python-module
-pycompile_module="serpent.py"
-hostmakedepends="python-setuptools python3-setuptools"
+build_style=python2-module
+hostmakedepends="python-setuptools"
 depends="python"
 short_desc="Serialization library based on ast.literal_eval (Python2)"
 maintainer="pulux <pulux@pf4sh.de>"
@@ -18,14 +17,3 @@ checksum=f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab
 post_install() {
 	vlicense LICENSE
 }
-
-python3-serpent_package() {
-	archs=noarch
-	depends="python3"
-	pycompile="serpent.py"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-serpent b/srcpkgs/python3-serpent
deleted file mode 120000
index 4e38db55ecb..00000000000
--- a/srcpkgs/python3-serpent
+++ /dev/null
@@ -1 +0,0 @@
-python-serpent
\ No newline at end of file
diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
new file mode 100644
index 00000000000..ad7a7dc86da
--- /dev/null
+++ b/srcpkgs/python3-serpent/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-serpent'
+pkgname=python3-serpent
+version=1.30.2
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Serialization library based on ast.literal_eval (Python3)"
+maintainer="pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://pypi.org/project/serpent/"
+distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
+checksum=72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] python-serpent: update to 1.30.2.
  2020-04-23 16:08 [PR PATCH] python-serpent: update to 1.30.2 pfpulux
                   ` (4 preceding siblings ...)
  2020-07-23 19:21 ` Chocimier
@ 2020-07-23 19:22 ` Chocimier
  2020-07-23 20:36 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-07-23 19:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/pfpulux/void-packages python-serpent
https://github.com/void-linux/void-packages/pull/21276

python-serpent: update to 1.30.2.
python2 support is dropped after 1.28

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

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

From 2bd376b4e3b99bf99da918102455dfcc5def7b67 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Fri, 29 May 2020 19:10:25 +0200
Subject: [PATCH] python-serpent: split package

New package: python3-serpent-1.30.2

python2 support only up to version 1.28
---
 srcpkgs/python-serpent/template  | 18 +++---------------
 srcpkgs/python3-serpent          |  1 -
 srcpkgs/python3-serpent/template | 20 ++++++++++++++++++++
 3 files changed, 23 insertions(+), 16 deletions(-)
 delete mode 120000 srcpkgs/python3-serpent
 create mode 100644 srcpkgs/python3-serpent/template

diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template
index a40f0d44515..658802bef0d 100644
--- a/srcpkgs/python-serpent/template
+++ b/srcpkgs/python-serpent/template
@@ -1,12 +1,11 @@
 # Template file for 'python-serpent'
 pkgname=python-serpent
 version=1.28
-revision=2
+revision=3
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
-build_style=python-module
-pycompile_module="serpent.py"
-hostmakedepends="python-setuptools python3-setuptools"
+build_style=python2-module
+hostmakedepends="python-setuptools"
 depends="python"
 short_desc="Serialization library based on ast.literal_eval (Python2)"
 maintainer="pulux <pulux@pf4sh.de>"
@@ -18,14 +17,3 @@ checksum=f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab
 post_install() {
 	vlicense LICENSE
 }
-
-python3-serpent_package() {
-	archs=noarch
-	depends="python3"
-	pycompile="serpent.py"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-serpent b/srcpkgs/python3-serpent
deleted file mode 120000
index 4e38db55ecb..00000000000
--- a/srcpkgs/python3-serpent
+++ /dev/null
@@ -1 +0,0 @@
-python-serpent
\ No newline at end of file
diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template
new file mode 100644
index 00000000000..538bfcd1786
--- /dev/null
+++ b/srcpkgs/python3-serpent/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-serpent'
+pkgname=python3-serpent
+version=1.30.2
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+checkdepends="python3-attrs python3-pytz"
+short_desc="Serialization library based on ast.literal_eval (Python3)"
+maintainer="pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://pypi.org/project/serpent/"
+distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz"
+checksum=72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: python-serpent: update to 1.30.2.
  2020-04-23 16:08 [PR PATCH] python-serpent: update to 1.30.2 pfpulux
                   ` (5 preceding siblings ...)
  2020-07-23 19:22 ` Chocimier
@ 2020-07-23 20:36 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-07-23 20:36 UTC (permalink / raw)
  To: ml

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

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

python-serpent: update to 1.30.2.
https://github.com/void-linux/void-packages/pull/21276

Description:
python2 support is dropped after 1.28

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

end of thread, other threads:[~2020-07-23 20:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 16:08 [PR PATCH] python-serpent: update to 1.30.2 pfpulux
2020-05-18 16:09 ` Piraty
2020-05-29 17:13 ` [PR PATCH] [Updated] " pfpulux
2020-05-29 17:28 ` pfpulux
2020-06-01 17:58 ` pfpulux
2020-07-23 19:21 ` Chocimier
2020-07-23 19:22 ` Chocimier
2020-07-23 20:36 ` [PR PATCH] [Merged]: " Chocimier

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