Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-rrdtool: rename to python3-rrdtool
@ 2020-09-28 16:51 sgn
  2020-09-29 14:15 ` [PR PATCH] [Updated] " sgn
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sgn @ 2020-09-28 16:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages rrdtool-python3
https://github.com/void-linux/void-packages/pull/25157

python-rrdtool: rename to python3-rrdtool


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

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

From ed1a5393bae6345f23a7ea6fbbae94a3471438f7 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:50:13 +0700
Subject: [PATCH] python-rrdtool: rename to python3-rrdtool

---
 srcpkgs/rrdtool/template | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template
index 6a5ff2676a3..ca75551fb79 100644
--- a/srcpkgs/rrdtool/template
+++ b/srcpkgs/rrdtool/template
@@ -1,7 +1,7 @@
 # Template file for 'rrdtool'
 pkgname=rrdtool
 version=1.7.2
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--enable-perl --enable-perl-site-install
  --with-perl-options=INSTALLDIRS=vendor --enable-ruby
@@ -16,16 +16,22 @@ license="GPL-2.0-or-later"
 homepage="http://oss.oetiker.ch/${pkgname}"
 distfiles="http://oss.oetiker.ch/${pkgname}/pub/${pkgname}-${version}.tar.gz"
 checksum=a199faeb7eff7cafc46fac253e682d833d08932f3db93a550a4a5af180ca58db
-python_version=2 #unverified
+python_version=3
 nocross=yes
 
-python-rrdtool_package() {
-	short_desc+=" - python bindings"
+python3-rrdtool_package() {
+	short_desc+=" - Python 3 bindings"
 	pkg_install() {
 		vmove usr/lib/python3*
 	}
 }
 
+python-rrdtool_package() {
+	short_desc+=" - python bindings"
+	depends=python3-rrdtool
+	build_style=meta
+}
+
 perl-rrdtool_package() {
 	short_desc+=" - perl bindings"
 	shlib_requires="libperl.so.5.30"

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

end of thread, other threads:[~2020-10-18 14:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 16:51 [PR PATCH] python-rrdtool: rename to python3-rrdtool sgn
2020-09-29 14:15 ` [PR PATCH] [Updated] " sgn
2020-09-29 14:58 ` sgn
2020-10-18  2:35 ` sgn
2020-10-18 13:19 ` sgn
2020-10-18 14:18 ` [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).