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] Httpie
Date: Tue, 21 Jan 2020 17:28:51 +0100	[thread overview]
Message-ID: <20200121162851.odxqNQlYOJEuscITT7sUv3A-NWZt_NAUR4g2deRizSg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18421@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages httpie
https://github.com/void-linux/void-packages/pull/18421

Httpie


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

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

From 59e7c8ecfafc3295ba46d5381cddd3230c306827 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 20 Jan 2020 15:37:44 +0200
Subject: [PATCH 1/2] httpie: update to 2.0.0.

---
 srcpkgs/httpie/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template
index 61fc1499d35..369803e70a9 100644
--- a/srcpkgs/httpie/template
+++ b/srcpkgs/httpie/template
@@ -1,18 +1,18 @@
 # Template file for 'httpie'
 pkgname=httpie
-version=1.0.3
-revision=2
+version=2.0.0
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="httpie"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-Pygments"
 short_desc="Human-friendly command line HTTP client"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://httpie.org/"
+changelog="https://raw.githubusercontent.com/jakubroztocil/httpie/master/CHANGELOG.rst"
 distfiles="https://github.com/jakubroztocil/httpie/archive/${version}.tar.gz"
-checksum=ecfb1ecdfd1468100bd9ffecebe1bea6d7d72c72149ea91f3d0112dc8ef03c7a
+checksum=92ebdced5620ab56fd9f24e494c7c97eb0afee0f03a55bee41f773395c59dc5c
 
 post_install() {
 	vinstall extras/httpie-completion.bash 644 usr/share/bash-completion/completions http

From 7623047fba85d3d3f07ce3aaf8cefb7a2c25766f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 20 Jan 2020 15:37:57 +0200
Subject: [PATCH 2/2] python-Pygments: update to 2.5.2.

---
 srcpkgs/python-Pygments/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template
index 8d2214a6bfc..d464e59d617 100644
--- a/srcpkgs/python-Pygments/template
+++ b/srcpkgs/python-Pygments/template
@@ -1,11 +1,10 @@
 # Template file for 'python-Pygments'
 pkgname=python-Pygments
-version=2.4.2
-revision=2
+version=2.5.2
+revision=1
 archs=noarch
 wrksrc="Pygments-${version}"
 build_style=python-module
-pycompile_module="pygments"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools"
 checkdepends="python-nose python3-nose"
@@ -14,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-2-Clause"
 homepage="http://pygments.org/"
 distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
-checksum=881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297
+checksum=98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe
 alternatives="pygments:pygmentize:/usr/bin/pygmentize2"
 
 do_check() {
@@ -29,7 +28,6 @@ post_install() {
 python3-Pygments_package() {
 	archs=noarch
 	depends="python3-setuptools"
-	pycompile_module="pygments"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="pygments:pygmentize:/usr/bin/pygmentize3"
 	pkg_install() {

  parent reply	other threads:[~2020-01-21 16:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-20 13:39 [PR PATCH] Httpie voidlinux-github
2020-01-20 13:57 ` [PR PATCH] [Updated] Httpie voidlinux-github
2020-01-21 14:11 ` Httpie voidlinux-github
2020-01-21 16:28 ` voidlinux-github [this message]
2020-01-21 17:21 ` [PR PATCH] [Merged]: Httpie 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=20200121162851.odxqNQlYOJEuscITT7sUv3A-NWZt_NAUR4g2deRizSg@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).