Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ecryptfs-utils: remove -python subpackage
@ 2023-08-13 15:44 classabbyamp
  2023-08-18 20:57 ` [PR PATCH] [Updated] " classabbyamp
  2023-08-26  7:57 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: classabbyamp @ 2023-08-13 15:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages remove/ecryptfs-utils-python
https://github.com/void-linux/void-packages/pull/45584

ecryptfs-utils: remove -python subpackage
python2, upstream is pretty dead

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remove/ecryptfs-utils-python-45584.patch --]
[-- Type: text/x-diff, Size: 3103 bytes --]

From 8501cfc1746f194adff47fe6aac1ac69ebbc86b3 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 13 Aug 2023 11:40:45 -0400
Subject: [PATCH] ecryptfs-utils: remove -python subpackage

python2, upstream is pretty dead
---
 srcpkgs/ecryptfs-utils-python     |  1 -
 srcpkgs/ecryptfs-utils/template   | 20 +++++---------------
 srcpkgs/removed-packages/template |  3 ++-
 3 files changed, 7 insertions(+), 17 deletions(-)
 delete mode 120000 srcpkgs/ecryptfs-utils-python

diff --git a/srcpkgs/ecryptfs-utils-python b/srcpkgs/ecryptfs-utils-python
deleted file mode 120000
index ffe5cd64013a9..0000000000000
--- a/srcpkgs/ecryptfs-utils-python
+++ /dev/null
@@ -1 +0,0 @@
-ecryptfs-utils
\ No newline at end of file
diff --git a/srcpkgs/ecryptfs-utils/template b/srcpkgs/ecryptfs-utils/template
index 6bdc07b97c325..b8023c5e038b0 100644
--- a/srcpkgs/ecryptfs-utils/template
+++ b/srcpkgs/ecryptfs-utils/template
@@ -1,13 +1,13 @@
 # Template file for 'ecryptfs-utils'
 pkgname=ecryptfs-utils
 version=111
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin
  --with-pamdir=/usr/lib/security --enable-gpg --enable-gui
- --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
-hostmakedepends="automake gettext-devel glib-devel libtool pkg-config intltool swig python"
-makedepends="python-devel pam-devel nss-devel openssl-devel keyutils-devel gpgme-devel gtk+-devel"
+ --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr --disable-pywrap"
+hostmakedepends="automake gettext-devel glib-devel libtool pkg-config intltool swig"
+makedepends="pam-devel nss-devel openssl-devel keyutils-devel gpgme-devel gtk+-devel"
 depends="gettext"
 _desc="Ecryptfs cryptographic filesystem"
 short_desc="${_desc} - utilities"
@@ -18,12 +18,11 @@ distfiles="http://launchpad.net/ecryptfs/trunk/${version}/+download/${pkgname}_$
 checksum=112cb3e37e81a1ecd8e39516725dec0ce55c5f3df6284e0f4cc0f118750a987f
 lib32disabled=yes
 
-CPPFLAGS="-D_FILE_OFFSET_BITS=64 -I${XBPS_CROSS_BASE}/usr/include/python2.7"
+CPPFLAGS="-D_FILE_OFFSET_BITS=64"
 
 pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 	sed -i 's/__SWORD_TYPE/unsigned long/g' src/utils/mount.ecryptfs_private.c
-	export PYTHON=python2
 }
 
 post_install() {
@@ -52,12 +51,3 @@ libecryptfs-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
-
-ecryptfs-utils-python_package() {
-	lib32disabled=yes
-	depends="python"
-	short_desc="${_desc} - python bindings"
-	pkg_install() {
-		vmove usr/lib/python2.7
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 7db7cb21e1057..1275e60c29102 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20230805
+version=0.1.20230813
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -100,6 +100,7 @@ replaces="
  dtkwm<=2.0.12_1
  ebtables<=2.0.10.4_8
  eclipse-ecj<=4.9_3
+ ecryptfs-utils-python<=111_10
  elasticsearch<=5.1.2_2
  electron10<=10.4.7_2
  electron12<=12.0.14_1

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

* Re: [PR PATCH] [Updated] ecryptfs-utils: remove -python subpackage
  2023-08-13 15:44 [PR PATCH] ecryptfs-utils: remove -python subpackage classabbyamp
@ 2023-08-18 20:57 ` classabbyamp
  2023-08-26  7:57 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-08-18 20:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages remove/ecryptfs-utils-python
https://github.com/void-linux/void-packages/pull/45584

ecryptfs-utils: remove -python subpackage
python2, upstream is pretty dead so no chance of py3 update

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remove/ecryptfs-utils-python-45584.patch --]
[-- Type: text/x-diff, Size: 3103 bytes --]

From 3872ca4ae94c977abb70d9392aa9fc158a9ea820 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 13 Aug 2023 11:40:45 -0400
Subject: [PATCH] ecryptfs-utils: remove -python subpackage

python2, upstream is pretty dead
---
 srcpkgs/ecryptfs-utils-python     |  1 -
 srcpkgs/ecryptfs-utils/template   | 20 +++++---------------
 srcpkgs/removed-packages/template |  3 ++-
 3 files changed, 7 insertions(+), 17 deletions(-)
 delete mode 120000 srcpkgs/ecryptfs-utils-python

diff --git a/srcpkgs/ecryptfs-utils-python b/srcpkgs/ecryptfs-utils-python
deleted file mode 120000
index ffe5cd64013a9..0000000000000
--- a/srcpkgs/ecryptfs-utils-python
+++ /dev/null
@@ -1 +0,0 @@
-ecryptfs-utils
\ No newline at end of file
diff --git a/srcpkgs/ecryptfs-utils/template b/srcpkgs/ecryptfs-utils/template
index 6bdc07b97c325..b8023c5e038b0 100644
--- a/srcpkgs/ecryptfs-utils/template
+++ b/srcpkgs/ecryptfs-utils/template
@@ -1,13 +1,13 @@
 # Template file for 'ecryptfs-utils'
 pkgname=ecryptfs-utils
 version=111
-revision=10
+revision=11
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin
  --with-pamdir=/usr/lib/security --enable-gpg --enable-gui
- --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
-hostmakedepends="automake gettext-devel glib-devel libtool pkg-config intltool swig python"
-makedepends="python-devel pam-devel nss-devel openssl-devel keyutils-devel gpgme-devel gtk+-devel"
+ --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr --disable-pywrap"
+hostmakedepends="automake gettext-devel glib-devel libtool pkg-config intltool swig"
+makedepends="pam-devel nss-devel openssl-devel keyutils-devel gpgme-devel gtk+-devel"
 depends="gettext"
 _desc="Ecryptfs cryptographic filesystem"
 short_desc="${_desc} - utilities"
@@ -18,12 +18,11 @@ distfiles="http://launchpad.net/ecryptfs/trunk/${version}/+download/${pkgname}_$
 checksum=112cb3e37e81a1ecd8e39516725dec0ce55c5f3df6284e0f4cc0f118750a987f
 lib32disabled=yes
 
-CPPFLAGS="-D_FILE_OFFSET_BITS=64 -I${XBPS_CROSS_BASE}/usr/include/python2.7"
+CPPFLAGS="-D_FILE_OFFSET_BITS=64"
 
 pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 	sed -i 's/__SWORD_TYPE/unsigned long/g' src/utils/mount.ecryptfs_private.c
-	export PYTHON=python2
 }
 
 post_install() {
@@ -52,12 +51,3 @@ libecryptfs-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
-
-ecryptfs-utils-python_package() {
-	lib32disabled=yes
-	depends="python"
-	short_desc="${_desc} - python bindings"
-	pkg_install() {
-		vmove usr/lib/python2.7
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 7db7cb21e1057..1275e60c29102 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20230805
+version=0.1.20230813
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -100,6 +100,7 @@ replaces="
  dtkwm<=2.0.12_1
  ebtables<=2.0.10.4_8
  eclipse-ecj<=4.9_3
+ ecryptfs-utils-python<=111_10
  elasticsearch<=5.1.2_2
  electron10<=10.4.7_2
  electron12<=12.0.14_1

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

* Re: [PR PATCH] [Merged]: ecryptfs-utils: remove -python subpackage
  2023-08-13 15:44 [PR PATCH] ecryptfs-utils: remove -python subpackage classabbyamp
  2023-08-18 20:57 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-08-26  7:57 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2023-08-26  7:57 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

ecryptfs-utils: remove -python subpackage
https://github.com/void-linux/void-packages/pull/45584

Description:
python2, upstream is pretty dead so no chance of py3 update

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

end of thread, other threads:[~2023-08-26  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-13 15:44 [PR PATCH] ecryptfs-utils: remove -python subpackage classabbyamp
2023-08-18 20:57 ` [PR PATCH] [Updated] " classabbyamp
2023-08-26  7:57 ` [PR PATCH] [Merged]: " sgn

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