Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: qtile-0.13.0
Date: Thu, 24 Oct 2019 03:08:20 +0200	[thread overview]
Message-ID: <20191024010820.JpA8txMeLSvWw_sVNWXrB1YogADsqmDqR-xC9JpRuZU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14638@inbox.vuxu.org>

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

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

https://github.com/mamins1376/void-packages new/qtile
https://github.com/void-linux/void-packages/pull/14638

New package: qtile-0.13.0
Closes https://github.com/void-linux/void-packages/issues/14373

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

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

From 150c9490bea21db3104530d86bd88cca38fd3881 Mon Sep 17 00:00:00 2001
From: Mohammad Amin Sameti <mamins1376@gmail.com>
Date: Sat, 21 Sep 2019 22:26:50 +0430
Subject: [PATCH 1/3] New package: python-xcffib-0.8.1

---
 srcpkgs/python-xcffib/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/python3-xcffib         |  1 +
 2 files changed, 35 insertions(+)
 create mode 100644 srcpkgs/python-xcffib/template
 create mode 120000 srcpkgs/python3-xcffib

diff --git a/srcpkgs/python-xcffib/template b/srcpkgs/python-xcffib/template
new file mode 100644
index 00000000000..f15b7b11209
--- /dev/null
+++ b/srcpkgs/python-xcffib/template
@@ -0,0 +1,34 @@
+# Template file for 'python-xcffib'
+pkgname=python-xcffib
+version=0.8.1
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python-module
+pycompile_module="${pkgname#*-}"
+make_install_args="--skip-build"
+hostmakedepends="python-setuptools python3-setuptools pkg-config
+ cabal-install parallel xcb-proto python-cffi python3-cffi"
+makedepends="python-devel python3-devel libffi-devel libxcb-devel"
+depends="python-six python-cffi libxcb"
+short_desc="Drop-in replacement for xpyb based on cffi"
+maintainer="Mohammad Amin Sameti <mamins1376@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/tych0/xcffib"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=879d9bc360e63e62a8f9b80299127ecbdb7de90271ebfe6a532fbb894efab59a
+nocross=yes
+
+pre_build() {
+	cabal v2-update
+	PKG_CONFIG_PATH=/usr/lib/pkgconfig make ${makejobs} xcffib
+}
+
+python3-xcffib_package() {
+	depends="python3-six python3-cffi libxcb"
+	short_desc="${short_desc} - Python3"
+
+	pkg_install() {
+		vmove "usr/lib/python3*"
+	}
+}
diff --git a/srcpkgs/python3-xcffib b/srcpkgs/python3-xcffib
new file mode 120000
index 00000000000..b1fa663905f
--- /dev/null
+++ b/srcpkgs/python3-xcffib
@@ -0,0 +1 @@
+python-xcffib
\ No newline at end of file

From d5890eeae610e2f6f009503e12d93e245bc9d9f3 Mon Sep 17 00:00:00 2001
From: Mohammad Amin Sameti <mamins1376@gmail.com>
Date: Sun, 22 Sep 2019 13:38:06 +0330
Subject: [PATCH 2/3] python3-cairocffi: update to 1.1.0.

cairocffi no longer supports python2, using separate template.
---
 srcpkgs/python-cairocffi/template  | 19 ++++---------------
 srcpkgs/python3-cairocffi          |  1 -
 srcpkgs/python3-cairocffi/template | 23 +++++++++++++++++++++++
 srcpkgs/python3-cairocffi/update   |  1 +
 4 files changed, 28 insertions(+), 16 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 baa61334a2a..56385247939 100644
--- a/srcpkgs/python-cairocffi/template
+++ b/srcpkgs/python-cairocffi/template
@@ -4,28 +4,17 @@ version=0.9.0
 revision=1
 archs=noarch
 wrksrc="cairocffi-${version}"
-build_style=python-module
+build_style=python2-module
 pycompile_module="cairocffi"
-hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
+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..c844a76b50b
--- /dev/null
+++ b/srcpkgs/python3-cairocffi/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-cairocffi'
+pkgname=python3-cairocffi
+version=1.1.0
+revision=1
+archs=noarch
+wrksrc="cairocffi-${version}"
+build_style=python3-module
+pycompile_module="cairocffi"
+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="Mohammad Amin Sameti <mamins1376@gmail.com>"
+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 9433ea336b60d5e34a7dae9f261e542855bcfe23 Mon Sep 17 00:00:00 2001
From: Mohammad Amin Sameti <mamins1376@gmail.com>
Date: Sun, 22 Sep 2019 13:41:37 +0330
Subject: [PATCH 3/3] New package: qtile-0.13.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..26df53dfacc
--- /dev/null
+++ b/srcpkgs/qtile/template
@@ -0,0 +1,19 @@
+# Template file for 'qtile'
+pkgname=qtile
+version=0.13.0
+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="Mohammad Amin Sameti <mamins1376@gmail.com>"
+license="MIT"
+homepage="http://www.qtile.org/"
+distfiles="https://github.com/qtile/qtile/archive/v${version}.tar.gz"
+checksum=bec32058d4514341c50c60958e0564ab263aac3cb5ec6c527521cef0bbbf4893
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2019-10-24  1:08 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-21 17:59 [PR PATCH] " voidlinux-github
2019-09-21 18:09 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-21 18:09 ` voidlinux-github
2019-09-21 19:56 ` voidlinux-github
2019-09-21 19:56 ` voidlinux-github
2019-09-21 20:50 ` voidlinux-github
2019-09-21 20:50 ` voidlinux-github
2019-09-21 22:00 ` voidlinux-github
2019-09-21 22:19 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-21 22:19 ` voidlinux-github
2019-09-21 23:47 ` voidlinux-github
2019-09-21 23:47 ` voidlinux-github
2019-09-22 10:13 ` voidlinux-github
2019-09-22 10:13 ` voidlinux-github
2019-09-22 10:37 ` voidlinux-github
2019-09-22 10:37 ` voidlinux-github
2019-10-06 10:29 ` voidlinux-github
2019-10-06 10:29 ` voidlinux-github
2019-10-24  1:08 ` voidlinux-github
2019-10-24  1:08 ` voidlinux-github [this message]
2019-12-27 14:12 ` voidlinux-github
2019-12-28 11:17 ` voidlinux-github
2020-04-27 19:33 ` mater11234
2020-04-27 19:37 ` Chocimier
2020-06-01 14:10 ` [PR PATCH] [Closed]: " mamins1376
2021-08-22 12:26 ` hrqmonteiro
2021-08-22 12:41 ` paper42
2021-08-22 12:42 ` paper42
2021-08-22 12:47 ` hrqmonteiro
2021-08-22 13:04 ` paper42
2021-08-22 13:10 ` hrqmonteiro
2021-08-22 13:15 ` kaistian
2021-08-22 13:19 ` kaistian
2021-08-22 14:38 ` paper42
2021-08-22 14:43 ` paper42
2021-08-26 12:56 ` mamins1376

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=20191024010820.JpA8txMeLSvWw_sVNWXrB1YogADsqmDqR-xC9JpRuZU@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).