From: "Daichi Yamamoto" <dev@dyama.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/azote/files/, gui-apps/azote/
Date: Thu, 29 Aug 2024 22:55:20 +0000 (UTC) [thread overview]
Message-ID: <1724972064.8f71251590b1a980148dc7a02e343b1dce6a2125.dev@gentoo> (raw)
commit: 8f71251590b1a980148dc7a02e343b1dce6a2125
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Thu Aug 29 22:54:12 2024 +0000
Commit: Daichi Yamamoto <dev <AT> dyama <DOT> net>
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='nwg.piotr@gmail.com',
- python_requires='>=3.8.0',
- install_requires=[],
+- entry_points={
+- 'gui_scripts': [
+- 'azote = azote.main:main'
+- ]
+- }
-)
next reply other threads:[~2024-08-29 22:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-29 22:55 Daichi Yamamoto [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 1:22 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/azote/files/, gui-apps/azote/ Daichi Yamamoto
2024-04-08 0:51 Aisha Tammy
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=1724972064.8f71251590b1a980148dc7a02e343b1dce6a2125.dev@gentoo \
--to=dev@dyama.net \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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