[arch-commits] Commit in sip5/trunk (PKGBUILD sip5-destdir.patch)

Antonio Rojas arojas at archlinux.org
Fri Dec 13 18:56:31 UTC 2019


    Date: Friday, December 13, 2019 @ 18:56:31
  Author: arojas
Revision: 371376

Fix patch

Modified:
  sip5/trunk/PKGBUILD
  sip5/trunk/sip5-destdir.patch

--------------------+
 PKGBUILD           |    4 ++--
 sip5-destdir.patch |   42 ------------------------------------------
 2 files changed, 2 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-13 18:52:53 UTC (rev 371375)
+++ PKGBUILD	2019-12-13 18:56:31 UTC (rev 371376)
@@ -2,7 +2,7 @@
 
 pkgname=sip5
 pkgver=5.0.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -11,7 +11,7 @@
 source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz"
          sip5-destdir.patch)
 sha256sums=('c034d427f52584d63277dd7df4d16d00c5df0b5cb838e0c256865b854b7e074b'
-            '54beee3210a1b0b529d6158e247650df18e178e64c16dc59ddb1838988a5ffd2')
+            '337daf8721b14066160afaae85e2b3ad880ad6d016407a754e3f11331c4b65eb')
 
 prepare() {
   cd sip-$pkgver

Modified: sip5-destdir.patch
===================================================================
--- sip5-destdir.patch	2019-12-13 18:52:53 UTC (rev 371375)
+++ sip5-destdir.patch	2019-12-13 18:56:31 UTC (rev 371376)
@@ -26,46 +26,4 @@
                  str(e))
  
      # Reproducable builds.
-@@ -93,7 +93,7 @@
  
-     if wheel_tag is None:
-         # Create the INSTALLER file.
--        installer_fn = os.path.join(distinfo_dir, 'INSTALLER')
-+        installer_fn = os.path.join(real_distinfo_dir, 'INSTALLER')
-         installed.append(installer_fn)
- 
-         with open(prefix_dir + installer_fn, 'w') as installer_f:
-@@ -101,7 +101,7 @@
-     else:
-         # Define any entry points.
-         if console_scripts:
--            eps_fn = os.path.join(distinfo_dir, 'entry_points.txt')
-+            eps_fn = os.path.join(real_distinfo_dir, 'entry_points.txt')
-             installed.append(eps_fn)
- 
-             with open(prefix_dir + eps_fn, 'w') as eps_f:
-@@ -116,7 +116,7 @@
- Tag: {}
- '''
- 
--        wheel_fn = os.path.join(distinfo_dir, 'WHEEL')
-+        wheel_fn = os.path.join(real_distinfo_dir, 'WHEEL')
-         installed.append(wheel_fn)
- 
-         with open(prefix_dir + wheel_fn, 'w') as wheel_f:
-@@ -125,13 +125,13 @@
-                             wheel_tag))
- 
-     # Create the METADATA file.
--    metadata_fn = os.path.join(distinfo_dir, 'METADATA')
-+    metadata_fn = os.path.join(real_distinfo_dir, 'METADATA')
-     write_metadata(metadata, requires_dists, metadata_fn, project_root,
-             prefix_dir=prefix_dir)
-     installed.append(metadata_fn)
- 
-     # Create the RECORD file.
--    record_fn = os.path.join(distinfo_dir, 'RECORD')
-+    record_fn = os.path.join(real_distinfo_dir, 'RECORD')
- 
-     distinfo_path, distinfo_base = os.path.split(distinfo_dir)
- 



More information about the arch-commits mailing list