[arch-commits] Commit in python/trunk (genrebuild)
Felix Yan
felixonmars at archlinux.org
Fri Oct 25 11:25:52 UTC 2019
Date: Friday, October 25, 2019 @ 11:25:51
Author: felixonmars
Revision: 365522
add rebuild generator
Added:
python/trunk/genrebuild
------------+
genrebuild | 6 ++++++
1 file changed, 6 insertions(+)
Added: genrebuild
===================================================================
--- genrebuild (rev 0)
+++ genrebuild 2019-10-25 11:25:51 UTC (rev 365522)
@@ -0,0 +1,6 @@
+#!/bin/bash
+(
+_pyver=$(expac %v python | grep -oP '^[0-9]+\.[0-9]+')
+pacman -Fq /usr/lib/python${_pyver}/ | grep -v archlinuxcn | cut -d / -f 2
+sogrep all libpython${_pyver}m.so
+) | sort -u
\ No newline at end of file
Property changes on: python/trunk/genrebuild
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
More information about the arch-commits
mailing list