Github messages for voidlinux
 help / color / mirror / Atom feed
From: not-chicken <not-chicken@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: komikku-0.14.0
Date: Sun, 19 Apr 2020 10:46:56 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21146@inbox.vuxu.org> (raw)

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

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

https://github.com/not-chicken/void-packages komikku
https://github.com/void-linux/void-packages/pull/21146

New package: komikku-0.14.0
An online/offline comics,manga reader
- Plus  dependencies
- Tested on x86-64
- `python3-pure-protobuf` is using github source because `PYPI` one lacks `LICENSE` file

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

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

From 7bfac80764503439c882dc7b69f823df0bd0a787 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:02:02 +0530
Subject: [PATCH 1/4] New package: python3-dateparser-0.7.4

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

diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template
new file mode 100644
index 00000000000..2de3e35d7b1
--- /dev/null
+++ b/srcpkgs/python3-dateparser/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dateparser'
+pkgname=python3-dateparser
+version=0.7.4
+revision=1
+archs=noarch
+wrksrc=dateparser-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-dateutil python3-regex python3-tzlocal"
+short_desc="Python parser for human readable dates"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/scrapinghub/dateparser"
+distfiles="${PYPI_SITE}/d/dateparser/dateparser-${version}.tar.gz"
+checksum=fb5bfde4795fa4b179fe05c2c25b3981f785de26bec37e247dee1079c63d5689
+
+post_install() {
+	vlicense LICENSE
+}

From e54a064627a4e424167e0c1ebd3a9ab6183e6e33 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:03:17 +0530
Subject: [PATCH 2/4] New package: python3-pure-protobuf-2.0.0

---
 srcpkgs/python3-pure-protobuf/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pure-protobuf/template

diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template
new file mode 100644
index 00000000000..ffbbf446a3f
--- /dev/null
+++ b/srcpkgs/python3-pure-protobuf/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pure-protobuf'
+pkgname=python3-pure-protobuf
+version=2.0.0
+revision=1
+archs=noarch
+wrksrc=protobuf-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Python implementation of Protocol Buffers data types"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/eigenein/protobuf"
+changelog="https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md"
+distfiles="https://github.com/eigenein/protobuf/archive/${version}.tar.gz"
+checksum=e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9
+
+post_install() {
+	vlicense LICENSE
+}

From 095b0a82b029af88bb023a4a9d31d84666c29399 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:07 +0530
Subject: [PATCH 3/4] New package: python3-cloudscraper-1.2.33

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

diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template
new file mode 100644
index 00000000000..272b7543d25
--- /dev/null
+++ b/srcpkgs/python3-cloudscraper/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-cloudscraper'
+pkgname=python3-cloudscraper
+version=1.2.33
+revision=1
+archs=noarch
+wrksrc=cloudscraper-${version}
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests-toolbelt"
+short_desc="Python module to bypass Cloudflare's anti-bot page"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/venomous/cloudscraper"
+distfiles="${PYPI_SITE}/c/cloudscraper/cloudscraper-${version}.tar.gz"
+checksum=2bcd017740c7dc0b8d64b55742638a50960ba82b9fd75fc38b9e94c5cd641aa5
+
+post_install() {
+	vlicense LICENSE
+}

From d391887ca7de14dab7d59ea44408cee14e08d146 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 19 Apr 2020 14:04:57 +0530
Subject: [PATCH 4/4] New package: komikku-0.14.0

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

diff --git a/srcpkgs/komikku/template b/srcpkgs/komikku/template
new file mode 100644
index 00000000000..111779b5f0a
--- /dev/null
+++ b/srcpkgs/komikku/template
@@ -0,0 +1,19 @@
+# Template file for 'komikku'
+pkgname=komikku
+version=0.14.0
+revision=1
+archs=noarch
+wrksrc=Komikku-v${version}
+build_style=meson
+hostmakedepends="appstream-glib desktop-file-utils glib-devel gettext
+ gobject-introspection pkg-config"
+makedepends="gtk+3-devel libhandy-devel"
+depends="gtk+3 python3-BeautifulSoup4 python3-cloudscraper python3-dateparser
+ python3-lxml python3-magic python3-Pillow python3-pure-protobuf libhandy
+ python3-Unidecode"
+short_desc="Online/offline manga reader for GNOME"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/valos/Komikku"
+distfiles="${homepage}/-/archive/v${version}/Komikku-v${version}.tar.gz"
+checksum=5d12938f11fc4ccd588818ad175bb8c61ec2c7c2e9052e78035d2a8c33d5b473

             reply	other threads:[~2020-04-19  8:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-19  8:46 not-chicken [this message]
2020-04-19 11:07 ` [PR PATCH] [Updated] " not-chicken
2020-04-20 18:14 ` Chocimier
2020-04-20 23:50 ` [PR PATCH] [Updated] " not-chicken
2020-04-20 23:52 ` not-chicken
2020-04-21 18:00 ` Chocimier
2020-04-21 20:00 ` [PR PATCH] [Updated] " not-chicken
2020-04-21 20:03 ` New package: Komikku-0.14.0 not-chicken
2020-04-21 21:59 ` [PR PATCH] [Merged]: " Chocimier

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-21146@inbox.vuxu.org \
    --to=not-chicken@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).