public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 1220db420c51d1c45d836ec5555a24f7c5f5a84d
@ 2016-07-22 19:47 git
  0 siblings, 0 replies; only message in thread
From: git @ 2016-07-22 19:47 UTC (permalink / raw)
  To: ipfire-scm

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

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  1220db420c51d1c45d836ec5555a24f7c5f5a84d (commit)
      from  ec9a3ffe9c072fef0cae4b96c136e8512851ae29 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1220db420c51d1c45d836ec5555a24f7c5f5a84d
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Jul 22 21:45:05 2016 +0200

    libpwquality: Build bindings for python 3
    
    This drops the package for python 2.
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 libpwquality/libpwquality.nm | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

Difference in files:
diff --git a/libpwquality/libpwquality.nm b/libpwquality/libpwquality.nm
index b5c6a4d..fc13c9f 100644
--- a/libpwquality/libpwquality.nm
+++ b/libpwquality/libpwquality.nm
@@ -5,7 +5,7 @@
 
 name       = libpwquality
 version    = 1.3.0
-release    = 1
+release    = 2
 
 groups     = System/Base
 url        = https://fedorahosted.org/libpwquality/
@@ -26,25 +26,20 @@ build
 		cracklib-devel
 		gettext
 		pam-devel
-		python-devel
+		python3-devel
 	end
+
+	configure_options += \
+		--disable-static \
+		--with-pythonsitedir=%{python3_sitearch} \
+		--with-python-binary=%{python3}
 end
 
 packages
 	package %{name}
 
-	package python-%{name}
-		summary = Python bindings for the libpwquality library.
-		description
-			This is pwquality Python module that provides Python bindings
-			for the libpwquality library. These bindings can be used
-			for easy password quality checking and generation of random
-			pronounceable passwords from Python applications.
-		end
-
-		files
-			%{libdir}/python*
-		end
+	package python3-%{name}
+		template PYTHON3
 	end
 
 	package %{name}-devel


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-22 19:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-22 19:47 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 1220db420c51d1c45d836ec5555a24f7c5f5a84d git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox