Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Python ruamel
@ 2020-09-30 14:48 sgn
  2020-10-01 15:33 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2020-09-30 14:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages python-ruamel
https://github.com/void-linux/void-packages/pull/25207

Python ruamel


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

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

From 1af9af3d5164cf00bee94b55cbe6c8b43d41f77f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 28 Sep 2020 23:43:15 +0700
Subject: [PATCH 1/3] python-ruamel.yaml: drop package

---
 srcpkgs/python-ruamel.yaml/template  | 28 ----------------------------
 srcpkgs/python3-ruamel.yaml          |  1 -
 srcpkgs/python3-ruamel.yaml/template | 23 +++++++++++++++++++++++
 3 files changed, 23 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/python-ruamel.yaml/template
 delete mode 120000 srcpkgs/python3-ruamel.yaml
 create mode 100644 srcpkgs/python3-ruamel.yaml/template

diff --git a/srcpkgs/python-ruamel.yaml/template b/srcpkgs/python-ruamel.yaml/template
deleted file mode 100644
index f5ad8979ef0..00000000000
--- a/srcpkgs/python-ruamel.yaml/template
+++ /dev/null
@@ -1,28 +0,0 @@
-# Template file for 'python-ruamel.yaml'
-pkgname=python-ruamel.yaml
-version=0.16.9
-revision=1
-wrksrc="ruamel.yaml-${version}"
-build_style=python-module
-hostmakedepends="python-setuptools python3-setuptools"
-makedepends="python-devel python3-devel"
-short_desc="YAML parser/emitter in Python2"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://bitbucket.org/ruamel/yaml"
-changelog="https://bitbucket.org/ruamel/yaml/raw/default/CHANGES"
-distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
-checksum=ee3264b83c3309b4ae7978afa185da6a1d278e3abc9fb942f1a0b57c622092f8
-
-post_install() {
-	vlicense LICENSE
-}
-
-python3-ruamel.yaml_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	depends="python3-ruamel.yaml.clib"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-ruamel.yaml b/srcpkgs/python3-ruamel.yaml
deleted file mode 120000
index 6fd88536619..00000000000
--- a/srcpkgs/python3-ruamel.yaml
+++ /dev/null
@@ -1 +0,0 @@
-python-ruamel.yaml
\ No newline at end of file
diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
new file mode 100644
index 00000000000..23928648025
--- /dev/null
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-ruamel.yaml'
+pkgname=python3-ruamel.yaml
+version=0.16.9
+revision=2
+wrksrc="ruamel.yaml-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+short_desc="YAML parser/emitter in Python3"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://bitbucket.org/ruamel/yaml"
+changelog="https://bitbucket.org/ruamel/yaml/raw/default/CHANGES"
+distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
+checksum=ee3264b83c3309b4ae7978afa185da6a1d278e3abc9fb942f1a0b57c622092f8
+
+do_check() {
+	:
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 7f516828de1fca092c50855ae303a35db67f7440 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Wed, 30 Sep 2020 21:43:03 +0700
Subject: [PATCH 2/3] python3-ruamel.yaml: update to 0.16.12.

---
 srcpkgs/python3-ruamel.yaml/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index 23928648025..38e0b07abad 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
-version=0.16.9
-revision=2
+version=0.16.12
+revision=1
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
-short_desc="YAML parser/emitter in Python3"
+short_desc="YAML parser/emitter in Python 3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://bitbucket.org/ruamel/yaml"
-changelog="https://bitbucket.org/ruamel/yaml/raw/default/CHANGES"
+homepage="http://yaml.readthedocs.io/"
 distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
-checksum=ee3264b83c3309b4ae7978afa185da6a1d278e3abc9fb942f1a0b57c622092f8
+checksum=076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f29ebf9e
+
+export RUAMEL_NO_PIP_INSTALL_CHECK=1
 
 do_check() {
 	:

From 5fa9946b4e86d278b1db6196e62026ed126bb743 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Wed, 30 Sep 2020 21:43:07 +0700
Subject: [PATCH 3/3] python3-ruamel.yaml.clib: update to 0.2.2.

---
 srcpkgs/python3-ruamel.yaml.clib/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 3a409a3cf6f..211c7209ecd 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
-version=0.2.0
-revision=2
+version=0.2.2
+revision=1
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -9,12 +9,16 @@ makedepends="python3-devel"
 short_desc="Reader, parser and emitter for ruamel.yaml (Python3)"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
-homepage="https://bitbucket.org/ruamel/yaml.clib"
-distfiles="https://bitbucket.org/ruamel/yaml.clib/downloads/ruamel.yaml.clib-${version}.tar.xz"
-checksum=adf76a46d88a61ec7aa2e9afe1433a06f76904e8a7063502162522010822f879
+homepage="http://yaml.readthedocs.io/"
+distfiles="${PYPI_SITE}/r/ruamel.yaml.clib/ruamel.yaml.clib-${version}.tar.gz"
+checksum=2d24bd98af676f4990c4d715bcdc2a60b19c56a3fb3a763164d2d8ca0e806ba7
 
 export RUAMEL_NO_PIP_INSTALL_CHECK=1
 
+do_check() {
+	: test not found
+}
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Merged]: Python ruamel
  2020-09-30 14:48 [PR PATCH] Python ruamel sgn
@ 2020-10-01 15:33 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2020-10-01 15:33 UTC (permalink / raw)
  To: ml

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

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

Python ruamel
https://github.com/void-linux/void-packages/pull/25207

Description:


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

end of thread, other threads:[~2020-10-01 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 14:48 [PR PATCH] Python ruamel sgn
2020-10-01 15:33 ` [PR PATCH] [Merged]: " sgn

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