From 13708266e7501400fcaca7d8fee868131e15067a Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 1 Oct 2018 12:33:57 +0200 Subject: [PATCH] xbps-src: officially take maintainership of some python modules --- srcpkgs/python-MarkupSafe/template | 2 +- srcpkgs/python-Twisted/template | 2 +- srcpkgs/python-attrs/template | 2 +- srcpkgs/python-automat/template | 2 +- srcpkgs/python-constantly/template | 2 +- srcpkgs/python-decorator/template | 2 +- srcpkgs/python-dnspython/template | 2 +- srcpkgs/python-enum34/template | 2 +- srcpkgs/python-httplib2/template | 2 +- srcpkgs/python-incremental/template | 2 +- srcpkgs/python-lxml/template | 2 +- srcpkgs/python-openssl/template | 2 +- srcpkgs/python-paramiko/template | 2 +- srcpkgs/python-pexpect/template | 2 +- srcpkgs/python-service_identity/template | 2 +- srcpkgs/python-six/template | 2 +- srcpkgs/python-zope.interface/template | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template index 2208f7edd20..a13b4635bf1 100644 --- a/srcpkgs/python-MarkupSafe/template +++ b/srcpkgs/python-MarkupSafe/template @@ -8,7 +8,7 @@ hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" pycompile_module="markupsafe" short_desc="Implements a XML/HTML/XHTML Markup safe string for Python2" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="http://github.com/mitsuhiko/markupsafe" license="3-clause-BSD" distfiles="${PYPI_SITE}/M/MarkupSafe/MarkupSafe-${version}.tar.gz" diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template index b12d496dd1d..7f0aa46aea3 100644 --- a/srcpkgs/python-Twisted/template +++ b/srcpkgs/python-Twisted/template @@ -12,7 +12,7 @@ depends="python-setuptools python-zope.interface python-service_identity python-constantly python-incremental python-automat python-hyperlink python-PyHamcrest" short_desc="Asynchronous networking framework written in Python (Python2)" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://twistedmatrix.com/" license="MIT" distfiles="${PYPI_SITE}/T/Twisted/Twisted-${version}.tar.bz2" diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template index a8a4771d134..08e746867a4 100644 --- a/srcpkgs/python-attrs/template +++ b/srcpkgs/python-attrs/template @@ -9,7 +9,7 @@ pycompile_module="attr" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Attributes without boilerplate (Python2)" -maintainer="Juan RP " +maintainer="Alessio Sergi " license="MIT" homepage="https://attrs.readthedocs.io/" distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz" diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template index f7fe88a9320..459de855e3b 100644 --- a/srcpkgs/python-automat/template +++ b/srcpkgs/python-automat/template @@ -10,7 +10,7 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-attrs python-six" checkdepends="python3-attrs python3-six python3-Twisted python3-graphviz" short_desc="Finite-state machines in Python (Python2)" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://github.com/glyph/Automat" license="MIT" distfiles="${PYPI_SITE}/A/Automat/Automat-${version}.tar.gz" diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template index 7280855f23f..fc215c575ee 100644 --- a/srcpkgs/python-constantly/template +++ b/srcpkgs/python-constantly/template @@ -9,7 +9,7 @@ pycompile_module="constantly" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Symbolic constants in Python (Python2)" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://github.com/twisted/constantly" license="MIT" distfiles="${PYPI_SITE}/c/constantly/constantly-${version}.tar.gz" diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template index a716e1595bc..5a2bd17a05c 100644 --- a/srcpkgs/python-decorator/template +++ b/srcpkgs/python-decorator/template @@ -9,7 +9,7 @@ pycompile_module="decorator.py" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Python2 decorator module" -maintainer="Juan RP " +maintainer="Alessio Sergi " license="BSD-2-Clause" homepage="https://github.com/micheles/decorator" changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md" diff --git a/srcpkgs/python-dnspython/template b/srcpkgs/python-dnspython/template index 49699fe4507..424413dc731 100644 --- a/srcpkgs/python-dnspython/template +++ b/srcpkgs/python-dnspython/template @@ -9,7 +9,7 @@ pycompile_module="dns" hostmakedepends="python-setuptools python3-setuptools unzip" depends="python" short_desc="A DNS toolkit for Python2" -maintainer="Juan RP " +maintainer="Alessio Sergi " license="ISC" homepage="http://www.dnspython.org/" distfiles="${PYPI_SITE}/d/dnspython/dnspython-${version}.zip" diff --git a/srcpkgs/python-enum34/template b/srcpkgs/python-enum34/template index 5ff6f39ee74..522f45f4687 100644 --- a/srcpkgs/python-enum34/template +++ b/srcpkgs/python-enum34/template @@ -9,7 +9,7 @@ hostmakedepends="python-setuptools" depends="python" pycompile_module="enum" short_desc="Backport of Python 3.4 enum module" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://bitbucket.org/stoneleaf/enum34" license="3-clause-BSD" distfiles="${PYPI_SITE}/e/enum34/enum34-${version}.tar.gz" diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template index 7d4daa01653..6a7230b0ba7 100644 --- a/srcpkgs/python-httplib2/template +++ b/srcpkgs/python-httplib2/template @@ -9,7 +9,7 @@ pycompile_module="httplib2" hostmakedepends="python-setuptools python3-setuptools" depends="python ca-certificates" short_desc="Comprehensive HTTP client library (Python2)" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://github.com/httplib2/httplib2" license="MIT" distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz" diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template index 373f589cdab..d7073deb268 100644 --- a/srcpkgs/python-incremental/template +++ b/srcpkgs/python-incremental/template @@ -9,7 +9,7 @@ pycompile_module="incremental" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Small library that versions your Python projects (Python2)" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://github.com/twisted/incremental" license="MIT" distfiles="${PYPI_SITE}/i/incremental/incremental-${version}.tar.gz" diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template index 3a1f23c1e28..4826819e21b 100644 --- a/srcpkgs/python-lxml/template +++ b/srcpkgs/python-lxml/template @@ -9,7 +9,7 @@ hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython py makedepends="libxslt-devel python-devel python3-devel" checkdepends="python3-cssselect python3-BeautifulSoup4 python3-html5lib" short_desc="Python2 binding for the libxml2 and libxslt libraries" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://lxml.de/" license="BSD-3-Clause, ElementTree" distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz" diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template index f101c1296ea..91f676f59b5 100644 --- a/srcpkgs/python-openssl/template +++ b/srcpkgs/python-openssl/template @@ -9,7 +9,7 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python-cryptography python-six" pycompile_module="OpenSSL" short_desc="Python2 interface to the OpenSSL library" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://pyopenssl.org/" license="Apache-2.0" distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz" diff --git a/srcpkgs/python-paramiko/template b/srcpkgs/python-paramiko/template index 1eb66f2f728..27ac10b8337 100644 --- a/srcpkgs/python-paramiko/template +++ b/srcpkgs/python-paramiko/template @@ -9,7 +9,7 @@ pycompile_module="paramiko" hostmakedepends="python-setuptools python3-setuptools" depends="python-cryptography python-pyasn1 python-bcrypt python-pynacl" short_desc="Python2 SSH2 protocol library" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="http://www.paramiko.org/" license="LGPL-2.1-or-later" distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz" diff --git a/srcpkgs/python-pexpect/template b/srcpkgs/python-pexpect/template index 17b1c8df7b8..efa727656a5 100644 --- a/srcpkgs/python-pexpect/template +++ b/srcpkgs/python-pexpect/template @@ -10,7 +10,7 @@ depends="python-ptyprocess" checkdepends="python3-pytest python3-ptyprocess mdocml" pycompile_module="pexpect" short_desc="Python2 module for spawning child applications and controlling them" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://pexpect.readthedocs.io/" license="ISC" distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz" diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template index 607ca5bb704..b58adfd8849 100644 --- a/srcpkgs/python-service_identity/template +++ b/srcpkgs/python-service_identity/template @@ -9,7 +9,7 @@ pycompile_module="service_identity" hostmakedepends="python-setuptools python3-setuptools" depends="python-attrs python-pyasn1-modules python-openssl" short_desc="Service identity verification for pyOpenSSL (Python2)" -maintainer="Juan RP " +maintainer="Alessio Sergi " license="MIT" homepage="https://service-identity.readthedocs.org/" distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz" diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template index 870161505b2..e4329bedf0b 100644 --- a/srcpkgs/python-six/template +++ b/srcpkgs/python-six/template @@ -9,7 +9,7 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python" pycompile_module="six.py" short_desc="Python 2 and 3 compatibility utilities (Python2)" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://pypi.org/project/six/" license="MIT" distfiles="${PYPI_SITE}/s/six/six-${version}.tar.gz" diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template index 677d0062552..2157cc45807 100644 --- a/srcpkgs/python-zope.interface/template +++ b/srcpkgs/python-zope.interface/template @@ -9,7 +9,7 @@ hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" depends="python-setuptools" short_desc="Zope interfaces for Python2" -maintainer="Juan RP " +maintainer="Alessio Sergi " homepage="https://github.com/zopefoundation/zope.interface" license="ZPL-2.1" distfiles="${PYPI_SITE}/z/zope.interface/zope.interface-${version}.tar.gz"