diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template index 1292540c6e1..cb57aad4920 100644 --- a/srcpkgs/beancount/template +++ b/srcpkgs/beancount/template @@ -13,7 +13,7 @@ depends="python3-pytest python3-dateutil python3-ply python3-bottle python3-lxml python3-google-api-python-client python3-oauth2client" checkdepends="${depends} gnupg python3-google-auth-oauthlib python3-httplib2" short_desc="Double-entry accounting system based on plain text files" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="GPL-2.0-only" homepage="https://beancount.github.io/" changelog="https://raw.githubusercontent.com/beancount/beancount/master/CHANGES" diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template index 2f57005d95d..4aee0837095 100644 --- a/srcpkgs/fava/template +++ b/srcpkgs/fava/template @@ -10,7 +10,7 @@ depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask # pytest-xdist causes tests to fail due to race conditions checkdepends="${depends} python3-pytest" short_desc="Web interface for Beancount" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="MIT" homepage="https://beancount.github.io/fava/" changelog="https://raw.githubusercontent.com/beancount/fava/main/CHANGES" diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template index d2d9a07b9af..1c0d40ac78b 100644 --- a/srcpkgs/python3-bottle/template +++ b/srcpkgs/python3-bottle/template @@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools" depends="python3" checkdepends="${depends} python3-Mako python3-Jinja2 python3-pytest-xdist" short_desc="Fast and simple WSGI-framework for small web-applications (Python3)" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="MIT" homepage="https://bottlepy.org" changelog="https://raw.githubusercontent.com/bottlepy/bottle/master/docs/changelog.rst" diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template index 84ac83a5b14..2e36518510b 100644 --- a/srcpkgs/python3-cli_helpers/template +++ b/srcpkgs/python3-cli_helpers/template @@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools" depends="python3-configobj python3-tabulate python3-Pygments" checkdepends="python3-pytest ${depends}" short_desc="Python helpers for building command-line apps" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://cli-helpers.rtfd.io/" changelog="https://raw.githubusercontent.com/dbcli/cli_helpers/main/CHANGELOG" diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template index 7de70c92e33..4f4302c8dc1 100644 --- a/srcpkgs/python3-colorclass/template +++ b/srcpkgs/python3-colorclass/template @@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-pytest python3-docopt" short_desc="Colorful worry-free console applications" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="MIT" homepage="https://github.com/Robpol86/colorclass" distfiles="https://github.com/Robpol86/colorclass/archive/v${version}.tar.gz" diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template index 47d4aec5b12..571803a4cee 100644 --- a/srcpkgs/python3-crcmod/template +++ b/srcpkgs/python3-crcmod/template @@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="python3" short_desc="Python3 CRC generator" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="MIT" homepage="https://sourceforge.net/projects/crcmod/" distfiles="${PYPI_SITE}/c/crcmod/crcmod-${version}.tar.gz" diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template index 9b04e62e6af..0d6320a58e1 100644 --- a/srcpkgs/python3-ffmpeg-python/template +++ b/srcpkgs/python3-ffmpeg-python/template @@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools" depends="ffmpeg python3-future" checkdepends="$depends python3-pytest python3-pytest-mock" short_desc="Python bindings for FFmpeg - with complex filtering support" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/kkroening/ffmpeg-python" distfiles="https://github.com/kkroening/ffmpeg-python/archive/${version}.tar.gz" diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template index 44198445c92..484111bfd66 100644 --- a/srcpkgs/python3-freezegun/template +++ b/srcpkgs/python3-freezegun/template @@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools" depends="python3-dateutil" checkdepends="${depends} python3-pytest-xdist" short_desc="Let your Python tests travel through time" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/spulec/freezegun" changelog="https://raw.githubusercontent.com/spulec/freezegun/master/CHANGELOG" diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template index 277a7ddce8b..ebe44ff1d55 100644 --- a/srcpkgs/python3-humanize/template +++ b/srcpkgs/python3-humanize/template @@ -7,7 +7,7 @@ hostmakedepends="hatchling hatch-vcs" depends="python3" checkdepends="python3-pytest python3-freezegun" short_desc="Python humanize utilities" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="MIT" homepage="https://github.com/python-humanize/humanize" changelog="https://github.com/python-humanize/humanize/releases" diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template index e623ded1c90..0c6cdd4a9c9 100644 --- a/srcpkgs/python3-markdown2/template +++ b/srcpkgs/python3-markdown2/template @@ -6,7 +6,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" short_desc="Fast and complete implementation of Markdown in Python3" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="MIT" homepage="https://github.com/trentm/python-markdown2" distfiles="https://github.com/trentm/python-markdown2/archive/${version}.tar.gz" diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template index 887cd76d279..ca4df7f6acd 100644 --- a/srcpkgs/python3-soupsieve/template +++ b/srcpkgs/python3-soupsieve/template @@ -8,7 +8,7 @@ depends="python3" checkdepends="python3-pytest python3-lxml python3-html5lib python3-BeautifulSoup4" short_desc="CSS4 selector implementation for Python3 Beautiful Soup" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="MIT" homepage="https://facelessuser.github.io/soupsieve/" distfiles="${PYPI_SITE}/s/soupsieve/soupsieve-${version}.tar.gz" diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template index 7651748db6e..debdc4c036c 100644 --- a/srcpkgs/python3-terminaltables/template +++ b/srcpkgs/python3-terminaltables/template @@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-pytest python3-colorama python3-colorclass python3-termcolor" short_desc="Generate simple tables for terminals" -maintainer="Aluísio Augusto Silva Gonçalves " +maintainer="Orphaned " license="MIT" homepage="https://github.com/Robpol86/terminaltables" distfiles="https://github.com/Robpol86/terminaltables/archive/v${version}.tar.gz"