[arch-commits] Commit in python-pproxy/repos/community-any (PKGBUILD PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Mar 26 04:29:36 UTC 2021


    Date: Friday, March 26, 2021 @ 04:29:36
  Author: yan12125
Revision: 904451

archrelease: copy trunk to community-any

Added:
  python-pproxy/repos/community-any/PKGBUILD
    (from rev 904450, 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-26 04:29:15 UTC (rev 904450)
+++ PKGBUILD	2021-03-26 04:29:36 UTC (rev 904451)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: python-pproxy/repos/community-any/PKGBUILD (from rev 904450, python-pproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-26 04:29:36 UTC (rev 904451)
@@ -0,0 +1,29 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=python-pproxy
+pkgver=2.7.7
+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=('aa293b73731c6fcdef49038382f1f692f588df7b81008c488680fa4a182c3215')
+
+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