[arch-commits] Commit in python-requests-credssp/repos (2 files)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 18:58:50
  Author: foutrelis
Revision: 753293

archrelease: copy trunk to community-staging-any

Added:
  python-requests-credssp/repos/community-staging-any/
  python-requests-credssp/repos/community-staging-any/PKGBUILD
(from rev 753291, python-requests-credssp/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: python-requests-credssp/repos/community-staging-any/PKGBUILD (from rev 
753291, python-requests-credssp/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-11-12 18:58:50 UTC (rev 753293)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgname=python-requests-credssp
+_module='requests-credssp'
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+makedepends=('python-setuptools')
+license=('ISC')
+arch=('any')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
+sha512sums=('55458773cbf14a468d22d0b04186611385ff24fceda85052e69981bd6d4fd32a46f96b95fa36724b72fd9719485b2ed8906d1927284157e7bc685c0c42c2312c')
+
+build() {
+cd "${_module}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-requests-credssp/repos (2 files)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 03:15:51
  Author: felixonmars
Revision: 523048

archrelease: copy trunk to community-staging-any

Added:
  python-requests-credssp/repos/community-staging-any/
  python-requests-credssp/repos/community-staging-any/PKGBUILD
(from rev 523047, python-requests-credssp/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: python-requests-credssp/repos/community-staging-any/PKGBUILD (from rev 
523047, python-requests-credssp/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-11-04 03:15:51 UTC (rev 523048)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgname=python-requests-credssp
+_module='requests-credssp'
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+makedepends=('python-setuptools')
+license=('ISC')
+arch=('any')
+source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
+sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+}
+
+package() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-requests-credssp/repos (2 files)

2018-07-08 Thread Felix Yan via arch-commits
Date: Sunday, July 8, 2018 @ 12:58:01
  Author: felixonmars
Revision: 354859

archrelease: copy trunk to community-staging-any

Added:
  python-requests-credssp/repos/community-staging-any/
  python-requests-credssp/repos/community-staging-any/PKGBUILD
(from rev 354858, python-requests-credssp/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: python-requests-credssp/repos/community-staging-any/PKGBUILD (from rev 
354858, python-requests-credssp/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-08 12:58:01 UTC (rev 354859)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-requests-credssp')
+pkgname=('python-requests-credssp' 'python2-requests-credssp')
+_module='requests-credssp'
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('ISC')
+arch=('any')
+source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
+sha512sums=('2918785f2225a32e1777cc81e7ad2d069151e0507766ba0db8ca9e92f67fe4e586f808adb7e0378d1d623e3b3298d1d34b20ef5d7e785bd05a44347bac4c548f')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-requests-credssp() {
+depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-requests-credssp() {
+depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-requests-credssp/repos (2 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:34:52
  Author: svenstaro
Revision: 224471

archrelease: copy trunk to community-any

Added:
  python-requests-credssp/repos/community-any/
  python-requests-credssp/repos/community-any/PKGBUILD
(from rev 224470, python-requests-credssp/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: python-requests-credssp/repos/community-any/PKGBUILD (from rev 224470, 
python-requests-credssp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-04-23 02:34:52 UTC (rev 224471)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-requests-credssp')
+pkgname=('python-requests-credssp' 'python2-requests-credssp')
+_module='requests-credssp'
+pkgver='0.0.2'
+pkgrel=2
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('ISC')
+arch=('any')
+source=("https://pypi.python.org/packages/76/64/c64dd2be7cc94f1fbf43c9396bac2cbe8448fe1b433b96d3c713b714839e/requests-credssp-${pkgver}.zip;)
+sha512sums=('d69b597dde4823234852fc7de3aafbdfeb2213bff0ebe69b3b7bb3927830cb6d22db4d14062805d2ff1e953a59d436a9abf35f654bdcf898ce789c140d7dbf03')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-requests-credssp() {
+depends+=('python' 'python-pyopenssl' 'python-requests' 
'python-ordereddict' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-requests-credssp() {
+depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}