mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Add python iniparse recipe
This commit is contained in:
22
dev-python/iniparse/patches/iniparse-0.4.patchset
Normal file
22
dev-python/iniparse/patches/iniparse-0.4.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From 3ad56bb195c2eb428f11302ca7aff21d20d27944 Mon Sep 17 00:00:00 2001
|
||||
From: Chris Roberts <cpr420@gmail.com>
|
||||
Date: Thu, 21 Nov 2013 00:51:59 -0700
|
||||
Subject: Remove hardcoded share path
|
||||
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 736cfa1..3ac886c 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -31,7 +31,7 @@ use.''',
|
||||
],
|
||||
packages = ['iniparse'],
|
||||
data_files = [
|
||||
- ('share/doc/iniparse-%s' % VERSION, ['README', 'LICENSE-PSF',
|
||||
+ ('', ['README', 'LICENSE-PSF',
|
||||
'LICENSE', 'Changelog',
|
||||
'html/index.html',
|
||||
'html/style.css',
|
||||
--
|
||||
1.8.3.4
|
||||
|
||||
Reference in New Issue
Block a user