scrpkgs/: orphan Joseph LaFreniere's packages

This includes:
 - python3-GitPython
 - python3-ansible-lint
 - python3-ansicolor
 - python3-bitbucket-api
 - python3-gitdb
 - python3-github3
 - python3-gitlab
 - python3-gogs-client
 - python3-ndg_httpsclient
 - python3-progress
 - python3-proselint
 - python3-smmap
 - python3-vint
 - python3-voluptuous
 - python3-yamllint
 - tokei
This commit is contained in:
Jan Christian Grünhage 2021-10-12 19:43:58 +02:00 committed by Piotr
parent 4bf3b2d484
commit beb9ec7230
16 changed files with 16 additions and 16 deletions

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-gitdb" depends="python3-gitdb"
short_desc="Library to interact with Git repositories (Python3)" short_desc="Library to interact with Git repositories (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/gitpython-developers/GitPython" homepage="https://github.com/gitpython-developers/GitPython"
distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz" distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="ansible python3-six python3-yaml python3-ruamel.yaml" depends="ansible python3-six python3-yaml python3-ruamel.yaml"
short_desc="Linter for Ansible files" short_desc="Linter for Ansible files"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/willthames/ansible-lint" homepage="https://github.com/willthames/ansible-lint"
changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
short_desc="Library to produce ansi color output (Python3)" short_desc="Library to produce ansi color output (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/numerodix/ansicolor" homepage="https://github.com/numerodix/ansicolor"
distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz" distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-requests-oauthlib python3-sh" depends="python3-requests-oauthlib python3-sh"
short_desc="Wrapper for BitBucket's REST API (Python3)" short_desc="Wrapper for BitBucket's REST API (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC" license="ISC"
homepage="https://github.com/Sheeprider/BitBucket-api" homepage="https://github.com/Sheeprider/BitBucket-api"
distfiles="${PYPI_SITE}/b/bitbucket-api/bitbucket-api-${version}.tar.gz" distfiles="${PYPI_SITE}/b/bitbucket-api/bitbucket-api-${version}.tar.gz"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-smmap" depends="python3-smmap"
short_desc="Pure-Python git object database (Python3)" short_desc="Pure-Python git object database (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/gitpython-developers/gitdb" homepage="https://github.com/gitpython-developers/gitdb"
distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz" distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-requests python3-uritemplate" depends="python3-requests python3-uritemplate"
short_desc="Wrapper for GitHub's API (Python3)" short_desc="Wrapper for GitHub's API (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github3py.readthedocs.org" homepage="https://github3py.readthedocs.org"
changelog="https://raw.githubusercontent.com/sigmavirus24/github3.py/master/docs/source/release-notes/${version}.rst" changelog="https://raw.githubusercontent.com/sigmavirus24/github3.py/master/docs/source/release-notes/${version}.rst"

View file

@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-requests python3-six" depends="python3-setuptools python3-requests python3-six"
checkdepends="${depends}" checkdepends="${depends}"
short_desc="Wrapper for GitLab's API (Python3)" short_desc="Wrapper for GitLab's API (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later" license="LGPL-3.0-or-later"
homepage="https://github.com/gpocentek/python-gitlab" homepage="https://github.com/gpocentek/python-gitlab"
changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst" changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-future python3-requests python3-attrs" depends="python3-future python3-requests python3-attrs"
short_desc="Python3 library for interacting with a gogs server" short_desc="Python3 library for interacting with a gogs server"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/unfoldingWord-dev/python-gogs-client" homepage="https://github.com/unfoldingWord-dev/python-gogs-client"
distfiles="${PYPI_SITE}/g/gogs_client/gogs_client-${version}.tar.gz" distfiles="${PYPI_SITE}/g/gogs_client/gogs_client-${version}.tar.gz"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-openssl python3-pyasn1" depends="python3-openssl python3-pyasn1"
short_desc="HTTPS support for httplib and urllib2 (Python3)" short_desc="HTTPS support for httplib and urllib2 (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/cedadev/ndg_httpsclient" homepage="https://github.com/cedadev/ndg_httpsclient"
distfiles="${PYPI_SITE}/n/ndg_httpsclient/ndg_httpsclient-${version}.tar.gz" distfiles="${PYPI_SITE}/n/ndg_httpsclient/ndg_httpsclient-${version}.tar.gz"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
short_desc="Easy to use progress bars (Python3)" short_desc="Easy to use progress bars (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC" license="ISC"
homepage="https://github.com/verigak/progress" homepage="https://github.com/verigak/progress"
distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz" distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-click python3-future python3-six" depends="python3-setuptools python3-click python3-future python3-six"
short_desc="Linter for prose (Python3)" short_desc="Linter for prose (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/amperser/proselint" homepage="https://github.com/amperser/proselint"
changelog="https://raw.githubusercontent.com/amperser/proselint/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/amperser/proselint/master/CHANGELOG.md"

View file

@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
checkdepends="python3-nose" checkdepends="python3-nose"
short_desc="Sliding memory map manager (Python3)" short_desc="Sliding memory map manager (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/gitpython-developers/smmap" homepage="https://github.com/gitpython-developers/smmap"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml" depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
short_desc="Lint tool for Vim script language (Python3)" short_desc="Lint tool for Vim script language (Python3)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/Kuniwak/vint" homepage="https://github.com/Kuniwak/vint"
distfiles="${PYPI_SITE}/v/vim-vint/vim-vint-${version}.tar.gz" distfiles="${PYPI_SITE}/v/vim-vint/vim-vint-${version}.tar.gz"

View file

@ -7,7 +7,7 @@ build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
short_desc="Python3 data validation library" short_desc="Python3 data validation library"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/alecthomas/voluptuous" homepage="https://github.com/alecthomas/voluptuous"
changelog="https://raw.githubusercontent.com/alecthomas/voluptuous/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/alecthomas/voluptuous/master/CHANGELOG.md"

View file

@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools"
depends="python3-pathspec python3-setuptools python3-yaml" depends="python3-pathspec python3-setuptools python3-yaml"
checkdepends="python3-pathspec python3-yaml" checkdepends="python3-pathspec python3-yaml"
short_desc="Python3 linter for YAML files" short_desc="Python3 linter for YAML files"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/adrienverge/yamllint" homepage="https://github.com/adrienverge/yamllint"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"

View file

@ -4,7 +4,7 @@ version=12.1.2
revision=1 revision=1
build_style=cargo build_style=cargo
short_desc="Count lines of code" short_desc="Count lines of code"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0, MIT" license="Apache-2.0, MIT"
homepage="https://github.com/XAMPPRocky/tokei" homepage="https://github.com/XAMPPRocky/tokei"
distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz" distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz"