Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libpwquality: enable python3 binding
@ 2019-09-04  8:53 voidlinux-github
  2019-09-04 10:25 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-04  8:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages libpwquality
https://github.com/void-linux/void-packages/pull/14203

libpwquality: enable python3 binding
fixes https://github.com/void-linux/void-packages/issues/14184

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

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

From fcc468eec621b0d9863ede367d94353ffb7717a7 Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Wed, 4 Sep 2019 10:48:32 +0200
Subject: [PATCH] libpwquality: enable python3 binding

---
 srcpkgs/libpwquality/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template
index 3093808c526..bd9a181c251 100644
--- a/srcpkgs/libpwquality/template
+++ b/srcpkgs/libpwquality/template
@@ -1,17 +1,16 @@
 # Template file for 'libpwquality'
 pkgname=libpwquality
 version=1.4.0
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--disable-static --enable-pam --disable-python-bindings
- --with-securedir=/usr/lib/security"
+configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security"
 hostmakedepends="libtool automake gettext-devel"
-makedepends="cracklib-devel pam-devel"
+makedepends="cracklib-devel pam-devel python3-devel"
 conf_files="/etc/security/pwquality.conf"
 short_desc="Library for password quality checking and generating random passwords"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="https://github.com/libpwquality/libpwquality"
-license="GPL-2"
 distfiles="${homepage}/releases/download/libpwquality-${version}/libpwquality-${version}.tar.bz2"
 checksum=1de6ff046cf2172d265a2cb6f8da439d894f3e4e8157b056c515515232fade6b
 
@@ -26,5 +25,6 @@ libpwquality-devel_package() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
 	}
 }

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-09-06  6:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04  8:53 [PR PATCH] libpwquality: enable python3 binding voidlinux-github
2019-09-04 10:25 ` [PR PATCH] [Updated] [WIP] " voidlinux-github
2019-09-04 10:25 ` voidlinux-github
2019-09-04 14:59 ` voidlinux-github
2019-09-04 14:59 ` voidlinux-github
2019-09-05  0:55 ` voidlinux-github
2019-09-05  7:59 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-05  7:59 ` voidlinux-github
2019-09-05  8:00 ` voidlinux-github
2019-09-06  6:43 ` [PR PATCH] [Merged]: " voidlinux-github

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).