Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ecryptfs-utils: remove -python subpackage
Date: Sun, 13 Aug 2023 17:44:06 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45584@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2023-08-13 15:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-13 15:44 classabbyamp [this message]
2023-08-18 20:57 ` [PR PATCH] [Updated] " classabbyamp
2023-08-26  7:57 ` [PR PATCH] [Merged]: " sgn

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-45584@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --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).