[arch-commits] Commit in python-mocket/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Jul 12 17:00:07 UTC 2022


    Date: Tuesday, July 12, 2022 @ 17:00:07
  Author: dvzrv
Revision: 1250725

upgpkg: python-mocket 3.10.6-2: Replace file/python-magic (aka. file-magic) with ahupp/python-magic

Modified:
  python-mocket/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-12 16:59:16 UTC (rev 1250724)
+++ PKGBUILD	2022-07-12 17:00:07 UTC (rev 1250725)
@@ -2,7 +2,7 @@
 
 pkgname=python-mocket
 pkgver=3.10.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Socket Mock Framework - for all kinds of socket animals, web-clients included - with gevent/asyncio/SSL support"
 url="https://github.com/mindflayer/python-mocket"
 license=('BSD')
@@ -17,8 +17,6 @@
 prepare() {
   cd python-mocket-$pkgver
   pipenv_to_requirements
-
-  sed -i 's/^python-magic.*/file_magic/' requirements.txt
 }
 
 build() {



More information about the arch-commits mailing list