[arch-commits] Commit in python-pproxy/repos/community-any (PKGBUILD PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat Dec 5 13:41:09 UTC 2020
Date: Saturday, December 5, 2020 @ 13:41:08
Author: yan12125
Revision: 770578
archrelease: copy trunk to community-any
Added:
python-pproxy/repos/community-any/PKGBUILD
(from rev 770577, python-pproxy/trunk/PKGBUILD)
Deleted:
python-pproxy/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-05 13:40:54 UTC (rev 770577)
+++ PKGBUILD 2020-12-05 13:41:08 UTC (rev 770578)
@@ -1,33 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-pproxy
-pkgver=2.4.6
-# The commit that bumps version. Upstream does not use git tags [1], and the
-# source tarball on PyPI does not include LICENSE
-# https://github.com/qwj/python-proxy/issues/91
-_commit=ba9c1557ce71ea6a3136ea8a71bfde80be86d0b5
-pkgrel=2
-pkgdesc="Versatile TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio"
-arch=('any')
-url="https://github.com/qwj/python-proxy"
-license=('MIT')
-depends=(python)
-makedepends=(python-setuptools)
-optdepends=(
- 'python-pycryptodome: accelerated cipher operations'
- 'python-uvloop: faster asynchronous operations'
- 'python-daemon: run the server as a daemon'
-)
-source=(https://github.com/qwj/python-proxy/archive/$_commit/pproxy-$_commit.tar.gz)
-sha256sums=('4258a6d58ab60094be0b1b2c0aca5d862c2189a6396f89435d90e5e35af361a4')
-
-build() {
- cd python-proxy-$_commit
- python setup.py build
-}
-
-package() {
- cd python-proxy-$_commit
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-pproxy/repos/community-any/PKGBUILD (from rev 770577, python-pproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-05 13:41:08 UTC (rev 770578)
@@ -0,0 +1,33 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-pproxy
+pkgver=2.4.7
+# The commit that bumps version. Upstream does not use git tags [1], and the
+# source tarball on PyPI does not include LICENSE
+# https://github.com/qwj/python-proxy/issues/91
+_commit=c8704c2ff65646efcc02debd344f18891e6bac2d
+pkgrel=1
+pkgdesc="Versatile TCP/UDP asynchronous tunnel proxy implemented in Python 3 asyncio"
+arch=('any')
+url="https://github.com/qwj/python-proxy"
+license=('MIT')
+depends=(python)
+makedepends=(python-setuptools)
+optdepends=(
+ 'python-pycryptodome: accelerated cipher operations'
+ 'python-uvloop: faster asynchronous operations'
+ 'python-daemon: run the server as a daemon'
+)
+source=(https://github.com/qwj/python-proxy/archive/$_commit/pproxy-$_commit.tar.gz)
+sha256sums=('7971f9b48c6fa542110f22873df0e998439b26f0a711caf67a92bc1dbf6b6e94')
+
+build() {
+ cd python-proxy-$_commit
+ python setup.py build
+}
+
+package() {
+ cd python-proxy-$_commit
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list