commit: 8f71251590b1a980148dc7a02e343b1dce6a2125
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Thu Aug 29 22:54:12 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 29 22:54:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f712515
gui-apps/azote: add 1.13.0, drop 1.12.6
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
gui-apps/azote/Manifest | 2 +-
.../{azote-1.12.6.ebuild => azote-1.13.0.ebuild} | 2 +-
gui-apps/azote/azote-9999.ebuild | 2 +-
...yproject.patch => azote-1.13.0-pyproject.patch} | 23 +++++++++-------------
4 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index 310c1a64e..dfaf599b8 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -1 +1 @@
-DIST azote-1.12.6.tar.gz 7972892 BLAKE2B
69c01a23c9fd6e74a816ef6141cd4ebd5039d656cdbbc8402c3b0cf909a8888658a4885f2f2e36b2c97999d69a94294cf476292b7812012280a283c0b1fbb42f
SHA512
8dd5b7b627f7b1f029fc30b719472044abd46a2516d626d9c8b5c48bd1af1f39fda990d09f9ba6f35186ddf0d0ae0860a59de235a1df6e4bc7626b2d3a071caa
+DIST azote-1.13.0.tar.gz 7972973 BLAKE2B
5584f4cbced1eaec560ab24fef7d9a7865fe1ae676e95c2e46abf5d443d972aed25da08986ced86841adb57ec3efc7690e04d452c7438187366e54a2b7e9ed07
SHA512
5a61cb0e9320705ec191b049bb946159f5970ac8f78386539c73b643794a2e0233c5cd967c3df854b0abe45f2d9376ec13b7a6452d8d70b1d0cf0d974f65b890
diff --git a/gui-apps/azote/azote-1.12.6.ebuild
b/gui-apps/azote/azote-1.13.0.ebuild
similarity index 96%
rename from gui-apps/azote/azote-1.12.6.ebuild
rename to gui-apps/azote/azote-1.13.0.ebuild
index 89ca0930b..0f2367252 100644
--- a/gui-apps/azote/azote-1.12.6.ebuild
+++ b/gui-apps/azote/azote-1.13.0.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
"
PATCHES=(
- "${FILESDIR}"/${PN}-1.12.6-pyproject.patch
+ "${FILESDIR}"/${PN}-1.13.0-pyproject.patch
)
python_install_all() {
diff --git a/gui-apps/azote/azote-9999.ebuild b/gui-apps/azote/azote-9999.ebuild
index 89ca0930b..0f2367252 100644
--- a/gui-apps/azote/azote-9999.ebuild
+++ b/gui-apps/azote/azote-9999.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
"
PATCHES=(
- "${FILESDIR}"/${PN}-1.12.6-pyproject.patch
+ "${FILESDIR}"/${PN}-1.13.0-pyproject.patch
)
python_install_all() {
diff --git a/gui-apps/azote/files/azote-1.12.6-pyproject.patch
b/gui-apps/azote/files/azote-1.13.0-pyproject.patch
similarity index 85%
rename from gui-apps/azote/files/azote-1.12.6-pyproject.patch
rename to gui-apps/azote/files/azote-1.13.0-pyproject.patch
index d8ca8be96..d71442e8a 100644
--- a/gui-apps/azote/files/azote-1.12.6-pyproject.patch
+++ b/gui-apps/azote/files/azote-1.13.0-pyproject.patch
@@ -54,24 +54,14 @@ Subject: [PATCH 2/2] scratch
delete mode 100755 dist/azote
delete mode 100644 setup.py
-diff --git a/dist/azote b/dist/azote
-deleted file mode 100755
-index 7684782..0000000
---- a/dist/azote
-+++ /dev/null
-@@ -1,5 +0,0 @@
--#!/bin/sh
--
--LIB=$(python3 -Ic "from sysconfig import get_path;
print(get_path('purelib'))")
--cd $LIB/azote
--exec /usr/bin/python3 main.py "$@"
diff --git a/setup.py b/setup.py
deleted file mode 100644
-index 86cfe6d..0000000
+index bc0cd1e..0000000
--- a/setup.py
+++ /dev/null
-@@ -1,24 +0,0 @@
+@@ -1,30 +0,0 @@
-import os
+-
-from setuptools import setup, find_packages
-
-
@@ -81,7 +71,7 @@ index 86cfe6d..0000000
-
-setup(
- name='azote',
-- version='1.12.6',
+- version='1.13.0',
- description='Wallpaper manager for sway and some other WMs',
- packages=find_packages(),
- include_package_data=True,
@@ -94,4 +84,9 @@ index 86cfe6d..0000000
- author_email='[email protected]',
- python_requires='>=3.8.0',
- install_requires=[],
+- entry_points={
+- 'gui_scripts': [
+- 'azote = azote.main:main'
+- ]
+- }
-)