aboutsummaryrefslogtreecommitdiff
path: root/python/python3-odfdo
diff options
context:
space:
mode:
authorAntonio Leal <antonio.leal@yahoo.com>2025-09-20 19:30:44 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-09-26 21:55:19 +0700
commit7c98d484fee8e0e965fe6037fd9d558bd6f88fb7 (patch)
treec9963eaca21212367f1b06ecb72f34c52e6f5b0e /python/python3-odfdo
parent31ad6d2d5dd54812e627377f788f4df8b9b0f3d6 (diff)
python/python3-odfdo: Updated for version 3.16.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-odfdo')
-rw-r--r--python/python3-odfdo/README23
-rw-r--r--python/python3-odfdo/python3-odfdo.SlackBuild2
-rw-r--r--python/python3-odfdo/python3-odfdo.info6
3 files changed, 21 insertions, 10 deletions
diff --git a/python/python3-odfdo/README b/python/python3-odfdo/README
index 6e6d47441e..b6be4494da 100644
--- a/python/python3-odfdo/README
+++ b/python/python3-odfdo/README
@@ -1,7 +1,18 @@
-odfdo is a Python library for programmatically creating,
-parsing, and editing OpenDocument Format (ODF) files.
+An extremely fast Python package and project manager, written in Rust.
-It provides an interface for interacting with .odt,
-.ods, .odp, and other ODF file types.
-The library comes with a set of utilities and recipes
-for common actions to make it easier to use.
+- A single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine,
+ virtualenv, and more.
+- 10-100x faster than pip.
+- Provides comprehensive project management, with a universal lockfile.
+- Runs scripts, with support for inline dependency metadata.
+- Installs and manages Python versions.
+- Runs and installs tools published as Python packages.
+- Includes a pip-compatible interface for a performance boost with a
+ familiar CLI.
+- Supports Cargo-style workspaces for scalable projects.
+- Disk-space efficient, with a global cache for dependency
+ deduplication.
+- Installable without Rust or Python via curl or pip.
+- Supports macOS, Linux, and Windows.
+
+uv is backed by Astral, the creators of Ruff.
diff --git a/python/python3-odfdo/python3-odfdo.SlackBuild b/python/python3-odfdo/python3-odfdo.SlackBuild
index 787be6b8b0..9806826763 100644
--- a/python/python3-odfdo/python3-odfdo.SlackBuild
+++ b/python/python3-odfdo/python3-odfdo.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-odfdo
-VERSION=${VERSION:-3.16.6}
+VERSION=${VERSION:-3.16.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-odfdo/python3-odfdo.info b/python/python3-odfdo/python3-odfdo.info
index bd01c34a5a..3682943cf8 100644
--- a/python/python3-odfdo/python3-odfdo.info
+++ b/python/python3-odfdo/python3-odfdo.info
@@ -1,8 +1,8 @@
PRGNAM="python3-odfdo"
-VERSION="3.16.6"
+VERSION="3.16.7"
HOMEPAGE="https://github.com/jdum/odfdo"
-DOWNLOAD="https://github.com/jdum/odfdo/archive/v3.16.6/odfdo-3.16.6.tar.gz"
-MD5SUM="ba02d8fba84591d832c6f9ee114f77da"
+DOWNLOAD="https://github.com/jdum/odfdo/archive/v3.16.7/odfdo-3.16.7.tar.gz"
+MD5SUM="877040cb5476310c7cc63a5d39919d28"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-lxml python3-uv"