pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-alabaster py-alabaster: updated to 0.7.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f002291a2afd
branches:  trunk
changeset: 391722:f002291a2afd
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 13 08:54:29 2023 +0000

description:
py-alabaster: updated to 0.7.13

0.7.13

:support:`- backported` Modernized the project: s/Travis/Circle/ for CI, README badges, setup.cfg removal, metadata refresh, etc.

:support:`- backported` Dropped support for Python 2 and Python <3.6. This includes various minor updates to work correctly with modern versions of Sphinx (1.6 at the very least). Thanks to Adam 
Turner for a pile of patches here.

Warning

This change is backwards incompatible if you're on an old Python version.

:support:`- backported` Tweak CSS somewhat for compatibility with modern Sphinx versions' base stylesheet.

diffstat:

 textproc/py-alabaster/Makefile |  8 +++-----
 textproc/py-alabaster/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r 07e4fbd16430 -r f002291a2afd textproc/py-alabaster/Makefile
--- a/textproc/py-alabaster/Makefile    Fri Jan 13 08:24:28 2023 +0000
+++ b/textproc/py-alabaster/Makefile    Fri Jan 13 08:54:29 2023 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:52 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/01/13 08:54:29 adam Exp $
 
-DISTNAME=      alabaster-0.7.12
+DISTNAME=      alabaster-0.7.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/alabaster/}
 
@@ -13,8 +12,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONED_DEPENDENCIES= pygments
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 07e4fbd16430 -r f002291a2afd textproc/py-alabaster/distinfo
--- a/textproc/py-alabaster/distinfo    Fri Jan 13 08:24:28 2023 +0000
+++ b/textproc/py-alabaster/distinfo    Fri Jan 13 08:54:29 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:22:59 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/01/13 08:54:29 adam Exp $
 
-BLAKE2s (alabaster-0.7.12.tar.gz) = 253098070469d7144c9774d6d23d8d2095777ea75e28ed505755a525680406ac
-SHA512 (alabaster-0.7.12.tar.gz) = e3bfd0c92ce01f08d5e6d9dc1ef0967ca1f54827e08756f4a0ba7be8d3b8bec7f2e53a169b831ff5ce2d2548f7f52c6e518bcc513e49bb3e4c38274293aebbac
-Size (alabaster-0.7.12.tar.gz) = 11242 bytes
+BLAKE2s (alabaster-0.7.13.tar.gz) = 0c2b8bc41df82b75a4c95c35ed3e2093916f256231a8a64ba044a607aed6ca56
+SHA512 (alabaster-0.7.13.tar.gz) = 1cf740c17c669a2a48dba6f6d3b7dde6aa77c6cf1f3d84de0384852ef04f5c03e585f614880099f6466c81f959e290c19db70319caa9b1e2d93e4bf155f80a99
+Size (alabaster-0.7.13.tar.gz) = 11454 bytes



Home | Main Index | Thread Index | Old Index