[arch-commits] Commit in python-pproxy/repos/community-any (PKGBUILD PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Tue Mar 2 15:12:33 UTC 2021
Date: Tuesday, March 2, 2021 @ 15:12:33
Author: yan12125
Revision: 877489
archrelease: copy trunk to community-any
Added:
python-pproxy/repos/community-any/PKGBUILD
(from rev 877488, python-pproxy/trunk/PKGBUILD)
Deleted:
python-pproxy/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-02 15:12:20 UTC (rev 877488)
+++ PKGBUILD 2021-03-02 15:12:33 UTC (rev 877489)
@@ -1,29 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
-
-pkgname=python-pproxy
-pkgver=2.6.9
-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 python-setuptools-scm)
-optdepends=(
- 'python-pycryptodome: accelerated cipher operations'
- 'python-uvloop: faster asynchronous operations'
- 'python-daemon: run the server as a daemon'
-)
-source=(https://files.pythonhosted.org/packages/source/p/pproxy/pproxy-${pkgver}.tar.gz)
-sha256sums=('1018f776061dd46c1ec65f92edc5476fc2072007f6129058bfee6d96ebd63909')
-
-build() {
- cd pproxy-$pkgver
- python setup.py build
-}
-
-package() {
- cd pproxy-$pkgver
- 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 877488, python-pproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-02 15:12:33 UTC (rev 877489)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-pproxy
+pkgver=2.7.6
+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 python-setuptools-scm)
+optdepends=(
+ 'python-pycryptodome: accelerated cipher operations'
+ 'python-uvloop: faster asynchronous operations'
+ 'python-daemon: run the server as a daemon'
+)
+source=(https://files.pythonhosted.org/packages/source/p/pproxy/pproxy-${pkgver}.tar.gz)
+sha256sums=('a2e38f7b43468fcc180c0e099c437f2f88aa9e6a6657712b38abef5b2afbd2b9')
+
+build() {
+ cd pproxy-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd pproxy-$pkgver
+ 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