Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] python-pdfrw: set to python3 only
Date: Wed, 01 Jan 2020 04:47:23 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17961@inbox.vuxu.org> (raw)

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

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

https://github.com/ndowens/void-packages pypdfrw
https://github.com/void-linux/void-packages/pull/17961

python-pdfrw: set to python3 only


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

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

From bc4565882009a525b2cc2a41dc9e52d21822ade5 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Tue, 31 Dec 2019 21:44:24 -0600
Subject: [PATCH] python-pdfrw: set to python3 only

---
 srcpkgs/python-pdfrw/template  | 31 ++-----------------------------
 srcpkgs/python3-pdfrw          |  1 -
 srcpkgs/python3-pdfrw/template | 21 +++++++++++++++++++++
 3 files changed, 23 insertions(+), 30 deletions(-)
 delete mode 120000 srcpkgs/python3-pdfrw
 create mode 100644 srcpkgs/python3-pdfrw/template

diff --git a/srcpkgs/python-pdfrw/template b/srcpkgs/python-pdfrw/template
index ef7db98e491..22873a92ce1 100644
--- a/srcpkgs/python-pdfrw/template
+++ b/srcpkgs/python-pdfrw/template
@@ -3,35 +3,8 @@ pkgname=python-pdfrw
 version=0.4
 revision=3
 archs=noarch
-replaces="python-pdfrw-example<${version}_${revision}"
-wrksrc="${pkgname/python-//}-${version}"
-build_style=python-module
-pycompile_module="pdfrw"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python"
-short_desc="Pure Python2 library that reads and writes PDFs"
+build_style=meta
+short_desc="Pure Python2 library that reads and writes PDFs(removed package)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, BSD-3-Clause"
 homepage="https://github.com/pmaupin/pdfrw"
-distfiles="${PYPI_SITE}/p/pdfrw/pdfrw-${version}.tar.gz"
-checksum=0dc0494a0e6561b268542b28ede2280387c2728114f117d3bb5d8e4787b93ef4
-
-post_install() {
-	vlicense LICENSE.txt
-	vmkdir usr/share/examples/${pkgname}
-	vcopy examples/* usr/share/examples/${pkgname}
-}
-
-python3-pdfrw_package() {
-	replaces="python-pdfrw-example<${version}_${revision}"
-	archs=noarch
-	pycompile_module="pdfrw"
-	depends="python3"
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vmkdir usr/share/examples/${pkgname}
-		vcopy examples/* usr/share/examples/${pkgname}
-		vlicense LICENSE.txt
-	}
-}
diff --git a/srcpkgs/python3-pdfrw b/srcpkgs/python3-pdfrw
deleted file mode 120000
index 031da988534..00000000000
--- a/srcpkgs/python3-pdfrw
+++ /dev/null
@@ -1 +0,0 @@
-python-pdfrw
\ No newline at end of file
diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template
new file mode 100644
index 00000000000..d2e77e20c47
--- /dev/null
+++ b/srcpkgs/python3-pdfrw/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-pdfrw'
+pkgname=python3-pdfrw
+version=0.4
+revision=4
+archs=noarch
+wrksrc="pdfrw-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Pure Python library that reads and writes PDFs"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT, BSD-3-Clause"
+homepage="https://github.com/pmaupin/pdfrw"
+distfiles="${PYPI_SITE}/p/pdfrw/pdfrw-${version}.tar.gz"
+checksum=0dc0494a0e6561b268542b28ede2280387c2728114f117d3bb5d8e4787b93ef4
+
+post_install() {
+	vlicense LICENSE.txt
+	vmkdir usr/share/examples/${pkgname}
+	vcopy examples/* usr/share/examples/${pkgname}
+}

             reply	other threads:[~2020-01-01  3:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-01  3:47 voidlinux-github [this message]
2020-01-18 15:43 ` [PR PATCH] [Closed]: " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17961@inbox.vuxu.org \
    --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).