mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
pympress: update to 1.8.6.
This commit is contained in:
parent
3555c187e9
commit
10fa0fb6a8
2 changed files with 2 additions and 40 deletions
|
@ -1,38 +0,0 @@
|
|||
From de80deea6575c2148dbd032e2cc530ade1508331 Mon Sep 17 00:00:00 2001
|
||||
From: Cimbali <me@cimba.li>
|
||||
Date: Sun, 20 Apr 2025 08:34:04 +0100
|
||||
Subject: [PATCH] Modernize cfg for changing setuptools requirements
|
||||
|
||||
---
|
||||
setup.cfg | 5 ++---
|
||||
1 file changed, 2 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/setup.cfg b/setup.cfg
|
||||
index c8b2f921..a7fa8caa 100644
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -22,7 +22,6 @@ classifiers =
|
||||
Intended Audience :: End Users/Desktop
|
||||
Intended Audience :: Information Technology
|
||||
Intended Audience :: Science/Research
|
||||
- License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
||||
Natural Language :: English
|
||||
Natural Language :: French
|
||||
Natural Language :: German
|
||||
@@ -111,13 +110,13 @@ no_location = true
|
||||
no_wrap = true
|
||||
sort_output = true
|
||||
omit_header = true
|
||||
-output-file = pympress/share/locale/pympress.pot
|
||||
+output_file = pympress/share/locale/pympress.pot
|
||||
mapping_file = pympress/share/locale/babel_mapping.cfg
|
||||
|
||||
[compile_catalog]
|
||||
domain = pympress
|
||||
directory = pympress/share/locale/
|
||||
-use-fuzzy = false
|
||||
+use_fuzzy = false
|
||||
statistics = true
|
||||
|
||||
[pysrpm]
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pympress'
|
||||
pkgname=pympress
|
||||
version=1.8.5
|
||||
version=1.8.6
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-Babel python3-setuptools"
|
||||
|
@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://github.com/Cimbali/pympress"
|
||||
changelog="https://github.com/Cimbali/pympress/releases"
|
||||
distfiles="https://github.com/Cimbali/pympress/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=ffb492daa577368daa220f336ffcbbd92ba45421bcab0a91332348c9431f6dc0
|
||||
checksum=dc482ce4ef578f914d37a01d480592484aba2c028d29869ea730cf0e3451c3e2
|
||||
|
|
Loading…
Add table
Reference in a new issue