Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] nftables: use python3
Date: Wed, 25 Dec 2019 22:27:37 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17773@inbox.vuxu.org> (raw)

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

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

https://github.com/PaperMountainStudio/void-packages nftables-python3
https://github.com/void-linux/void-packages/pull/17773

nftables: use python3


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

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

From 140afec963ea15349969d52ddf88b10bff452d46 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 25 Dec 2019 22:25:38 +0100
Subject: [PATCH] nftables: use python3

---
 srcpkgs/nftables/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template
index 54ea9ba37ba..9f1f9986d6e 100644
--- a/srcpkgs/nftables/template
+++ b/srcpkgs/nftables/template
@@ -1,10 +1,10 @@
 # Template file for 'nftables'
 pkgname=nftables
 version=0.9.3
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--sbindir=/usr/bin --with-json"
-hostmakedepends="asciidoc docbook2x flex pkg-config"
+configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3"
+hostmakedepends="python3 asciidoc docbook2x flex pkg-config"
 makedepends="gmp-devel jansson-devel libmnl-devel libnftnl-devel readline-devel"
 short_desc="Netfilter nftables userspace tools"
 maintainer="Leah Neukirchen <leah@vuxu.org>"

             reply	other threads:[~2019-12-25 21:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-25 21:27 voidlinux-github [this message]
2019-12-26 12:53 ` [PR PATCH] [Merged]: " 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-17773@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).