mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
.*: fix changelong urls for jaraco packages
[skip ci]
This commit is contained in:
parent
b690e10279
commit
141806e925
11 changed files with 11 additions and 11 deletions
|
@ -12,7 +12,7 @@ short_desc="Full-featured Python IRC library for Python3"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/irc"
|
homepage="https://github.com/jaraco/irc"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/irc/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/irc/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/i/irc/irc-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/irc/irc-${version}.tar.gz"
|
||||||
checksum=b6f737932dd4791f3b18e319de7b7daf02d2285a6bea263d101f4d8e553807ec
|
checksum=b6f737932dd4791f3b18e319de7b7daf02d2285a6bea263d101f4d8e553807ec
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ short_desc="Utility functions for Python class constructs (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/jaraco.classes"
|
homepage="https://github.com/jaraco/jaraco.classes"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.classes/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jaraco.classes/jaraco.classes-${version}.tar.gz"
|
||||||
checksum=47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
|
checksum=47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/jaraco.collections"
|
homepage="https://github.com/jaraco/jaraco.collections"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco_collections-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco_collections-${version}.tar.gz"
|
||||||
checksum=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
|
checksum=0e4829409d39ad18a40aa6754fee2767f4d9730c4ba66dc9df89f1d2756994c2
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ short_desc="Context managers by jaraco"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/jaraco.context"
|
homepage="https://github.com/jaraco/jaraco.context"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.context/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jaraco.context/jaraco_context-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jaraco.context/jaraco_context-${version}.tar.gz"
|
||||||
checksum=9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3
|
checksum=9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ short_desc="Functools like those found in stdlib (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/jaraco.functools"
|
homepage="https://github.com/jaraco/jaraco.functools"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco_functools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco_functools-${version}.tar.gz"
|
||||||
checksum=3460c74cd0d32bf82b9576bbb3527c4364d5b27a21f5158a62aed6c4b42e23f5
|
checksum=3460c74cd0d32bf82b9576bbb3527c4364d5b27a21f5158a62aed6c4b42e23f5
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ short_desc="Routines for dealing with data streams"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/jaraco.stream"
|
homepage="https://github.com/jaraco/jaraco.stream"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.stream/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.stream/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco_stream-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jaraco.stream/jaraco_stream-${version}.tar.gz"
|
||||||
checksum=e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
|
checksum=e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ short_desc="Module for text manipulation (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/jaraco.text"
|
homepage="https://github.com/jaraco/jaraco.text"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/jaraco.text/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jaraco.text/jaraco_text-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jaraco.text/jaraco_text-${version}.tar.gz"
|
||||||
checksum=5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
|
checksum=5b71fecea69ab6f939d4c906c04fee1eda76500d1641117df6ec45b865f10db0
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ short_desc="Alternate keyring backend implementations"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/keyrings.alt"
|
homepage="https://github.com/jaraco/keyrings.alt"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/keyrings.alt/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/keyrings.alt/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
|
||||||
checksum=52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2
|
checksum=52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ short_desc="TCP port monitoring utilities (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/portend"
|
homepage="https://github.com/jaraco/portend"
|
||||||
changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/portend/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/portend/portend-${version}.tar.gz"
|
||||||
checksum=5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72
|
checksum=5250a352c19c959d767cac878b829d93e5dc7625a5143399a2a00dc6628ffb72
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ short_desc="Objects and routines pertaining to date and time (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jaraco/tempora"
|
homepage="https://github.com/jaraco/tempora"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/tempora/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/tempora/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tempora/tempora-${version}.tar.gz"
|
||||||
checksum=b7176486c5948a75201e8d0b21ef2c23ca808474060df47218c92295bdce5276
|
checksum=b7176486c5948a75201e8d0b21ef2c23ca808474060df47218c92295bdce5276
|
||||||
alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
|
alternatives="tempora:calc-prorate:/usr/bin/calc-prorate3"
|
||||||
|
|
|
@ -9,7 +9,7 @@ short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pypi.org/project/zipp/"
|
homepage="https://pypi.org/project/zipp/"
|
||||||
changelog="https://raw.githubusercontent.com/jaraco/zipp/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/jaraco/zipp/main/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz"
|
||||||
checksum=bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29
|
checksum=bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29
|
||||||
make_check=no # unpackaged: jaraco.itertools big-O
|
make_check=no # unpackaged: jaraco.itertools big-O
|
||||||
|
|
Loading…
Add table
Reference in a new issue