diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-03-18 12:26:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:19 +0700 |
commit | d0b3290a7bbc639168117f6504d588c512153d0f (patch) | |
tree | 591765e416e346314fc5721900299f08473f8951 | |
parent | 1bdbf8ff2e6275e3df7383132de652cd98c0f2d0 (diff) |
python/cairocffi: Update README and Homepage.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/cairocffi/README | 3 | ||||
-rw-r--r-- | python/cairocffi/cairocffi.SlackBuild | 3 | ||||
-rw-r--r-- | python/cairocffi/cairocffi.info | 2 | ||||
-rw-r--r-- | python/cairocffi/slack-desc | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/python/cairocffi/README b/python/cairocffi/README index 6e534abde9aa6..2de8508a7802d 100644 --- a/python/cairocffi/README +++ b/python/cairocffi/README @@ -5,3 +5,6 @@ including image buffers, PNG, PostScript, PDF, and SVG file output. API compatible with Pycairo. python3-xcffib is an optional dependency. + +cairocffi 1.4.0 is the last available version for Slackware 15.0. Newer +versions require a newer python-setuptools. diff --git a/python/cairocffi/cairocffi.SlackBuild b/python/cairocffi/cairocffi.SlackBuild index 10d0e82c2bc58..44f60e7bfe619 100644 --- a/python/cairocffi/cairocffi.SlackBuild +++ b/python/cairocffi/cairocffi.SlackBuild @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/cairocffi/cairocffi.info b/python/cairocffi/cairocffi.info index 5dadb4aa3c36e..41ad84323fffe 100644 --- a/python/cairocffi/cairocffi.info +++ b/python/cairocffi/cairocffi.info @@ -1,6 +1,6 @@ PRGNAM="cairocffi" VERSION="1.4.0" -HOMEPAGE="https://github.com/SimonSapin/cairocffi" +HOMEPAGE="https://github.com/Kozea/cairocffi" DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cairocffi/cairocffi-1.4.0.tar.gz" MD5SUM="76ba90ccde8b9664f03bdc8e093ba2f6" DOWNLOAD_x86_64="" diff --git a/python/cairocffi/slack-desc b/python/cairocffi/slack-desc index e487567daef95..36080df4c1109 100644 --- a/python/cairocffi/slack-desc +++ b/python/cairocffi/slack-desc @@ -14,6 +14,6 @@ cairocffi: Cairo is a 2D vector graphics library with support for multiple cairocffi: backends. including image buffers, PNG, PostScript, PDF, and SVG cairocffi: file output. API compatible with Pycairo. cairocffi: -cairocffi: Homepage: https://github.com/SimonSapin/cairocffi +cairocffi: Homepage: https://github.com/Kozea/cairocffi cairocffi: cairocffi: |