Github messages for voidlinux
 help / color / mirror / Atom feed
From: mater11234 <mater11234@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: qtile-0.15.1
Date: Wed, 29 Apr 2020 07:03:25 +0200	[thread overview]
Message-ID: <20200429050325.5w2Hw-vC1JHzy5EFnifb-0LPtDZgT6B9-hJcdliOWS8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21418@inbox.vuxu.org>

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

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

https://github.com/mater11234/void-packages qtile
https://github.com/void-linux/void-packages/pull/21418

New package: qtile-0.15.1
This closes #14373 and closes #14638

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

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

From 07751267e7a1777dd574068f9415acd314665d65 Mon Sep 17 00:00:00 2001
From: mater11234 <mater11234@riseup.net>
Date: Mon, 27 Apr 2020 23:11:32 -0400
Subject: [PATCH 1/3] python3-cairocffi: update to 1.1.0.

---
 srcpkgs/python-cairocffi/template  | 20 ++++----------------
 srcpkgs/python3-cairocffi          |  1 -
 srcpkgs/python3-cairocffi/template | 22 ++++++++++++++++++++++
 srcpkgs/python3-cairocffi/update   |  1 +
 4 files changed, 27 insertions(+), 17 deletions(-)
 delete mode 120000 srcpkgs/python3-cairocffi
 create mode 100644 srcpkgs/python3-cairocffi/template
 create mode 100644 srcpkgs/python3-cairocffi/update

diff --git a/srcpkgs/python-cairocffi/template b/srcpkgs/python-cairocffi/template
index c057739b03d..7e47a2ff7aa 100644
--- a/srcpkgs/python-cairocffi/template
+++ b/srcpkgs/python-cairocffi/template
@@ -4,28 +4,16 @@ version=0.9.0
 revision=2
 archs=noarch
 wrksrc="cairocffi-${version}"
-build_style=python-module
-pycompile_module="cairocffi"
-hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
+build_style=python2-module
+hostmakedepends="python-setuptools python-cffi"
 depends="python-cffi"
 short_desc="CFFI-based cairo bindings for Python2"
-homepage="https://github.com/Kozea/cairocffi"
-license="BSD-3-Clause"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/Kozea/cairocffi"
 distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
 checksum=15386c3a9e08823d6826c4491eaccc7b7254b1dc587a3b9ce60c350c3f990337
 
 post_install() {
 	vlicense LICENSE
 }
-
-python3-cairocffi_package() {
-	archs=noarch
-	depends="python3-cffi"
-	pycompile_module="cairocffi"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-cairocffi b/srcpkgs/python3-cairocffi
deleted file mode 120000
index 8f58bd58c0f..00000000000
--- a/srcpkgs/python3-cairocffi
+++ /dev/null
@@ -1 +0,0 @@
-python-cairocffi
\ No newline at end of file
diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
new file mode 100644
index 00000000000..cd8b42246de
--- /dev/null
+++ b/srcpkgs/python3-cairocffi/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-cairocffi'
+pkgname=python3-cairocffi
+version=1.1.0
+revision=1
+archs=noarch
+wrksrc="cairocffi-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cffi python3-xcffib"
+makedepends="cairo-devel"
+# Optionally installable runtime dependency:
+# python3-xcffib: xcb bindings of cairo
+depends="python3-cffi cairo"
+short_desc="CFFI-based cairo bindings for Python3"
+maintainer="mater11234 <mater11234@riseup.net>"
+license="BSD-3-Clause"
+homepage="https://github.com/Kozea/cairocffi"
+distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
+checksum=f1c0c5878f74ac9ccb5d48b2601fcc75390c881ce476e79f4cfedd288b1b05db
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-cairocffi/update b/srcpkgs/python3-cairocffi/update
new file mode 100644
index 00000000000..e299d00ea67
--- /dev/null
+++ b/srcpkgs/python3-cairocffi/update
@@ -0,0 +1 @@
+ignore="*rc*"

From c0ca507a5aa80e9a5cd1dc5aca1fb22de8f3268d Mon Sep 17 00:00:00 2001
From: mater11234 <mater11234@riseup.net>
Date: Mon, 27 Apr 2020 23:13:50 -0400
Subject: [PATCH 2/3] New package: python3-xcffib-0.9.0

---
 srcpkgs/python3-xcffib/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/python3-xcffib/template

diff --git a/srcpkgs/python3-xcffib/template b/srcpkgs/python3-xcffib/template
new file mode 100644
index 00000000000..1310ef52af0
--- /dev/null
+++ b/srcpkgs/python3-xcffib/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-xcffib'
+pkgname=python3-xcffib
+version=0.9.0
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+make_install_args="--skip-build"
+hostmakedepends="python3-setuptools pkg-config cabal-install parallel xcb-proto python3-cffi"
+makedepends="python3-devel libffi-devel libxcb-devel"
+depends="python3-six python3-cffi libxcb"
+short_desc="Drop-in replacement for xpyb based on cffi - Python3"
+maintainer="mater11234 <mater11234@riseup.net>"
+license="Apache-2.0"
+homepage="https://github.com/tych0/xcffib"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=c5f293792e149a7345e8f995abd764e42bb56391ebc29015e5faf836db879ecb
+nocross=yes
+
+pre_build() {
+    cabal v2-update
+    PKG_CONFIG_PATH=/usr/lib/pkgconfig make ${makejobs} xcffib
+}

From 458d7765607fd3c1f5b6988720ce4fa5d971e724 Mon Sep 17 00:00:00 2001
From: mater11234 <mater11234@riseup.net>
Date: Mon, 27 Apr 2020 23:14:13 -0400
Subject: [PATCH 3/3] New package: qtile-0.15.1

---
 srcpkgs/qtile/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/qtile/template

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
new file mode 100644
index 00000000000..171611387cb
--- /dev/null
+++ b/srcpkgs/qtile/template
@@ -0,0 +1,19 @@
+# Template file for 'qtile'
+pkgname=qtile
+version=0.15.1
+revision=1
+build_style=python3-module
+make_install_args="--skip-build"
+hostmakedepends="python3-setuptools python3-cairocffi python3-xcffib"
+makedepends="python3-devel libffi-devel"
+depends="python3-setuptools python3-cairocffi python3-xcffib"
+short_desc="Full-featured, hackable tiling WM written and configured in Python"
+maintainer="mater11234 <mater11234@riseup.net>"
+license="MIT"
+homepage="http://www.qtile.org/"
+distfiles="https://github.com/qtile/qtile/archive/v${version}.tar.gz"
+checksum=1dbd26f6993314a85c52ccb26f73d582a2b2085d00f1748fa9add4de80561da5
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2020-04-29  5:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-28  3:20 [PR PATCH] " mater11234
2020-04-28  3:54 ` [PR PATCH] [Updated] " mater11234
2020-04-28 21:35 ` Chocimier
2020-04-29  5:03 ` mater11234 [this message]
2020-04-29  5:08 ` [PR PATCH] [Updated] " mater11234
2020-05-11  6:20 ` [PR PATCH] [Closed]: " mater11234

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200429050325.5w2Hw-vC1JHzy5EFnifb-0LPtDZgT6B9-hJcdliOWS8@z \
    --to=mater11234@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).