forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-python/kivy-garden: restored patch for stable version
Updated patch file had broken 0.1.1 which is stable, so restored original, also pushed new patch file for 0.1.4. This should fix bug #608832 Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Slawomir Lis
committed
Feb 11, 2017
1 parent
e2a11e4
commit e0a0564
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- a/setup.py.orig 2014-04-02 08:48:05.906881843 +0200 | ||
+++ b/setup.py 2014-04-02 08:48:16.650214908 +0200 | ||
@@ -8,6 +8,6 @@ | ||
version='0.1.1', | ||
license='MIT', | ||
packages=['garden'], | ||
- scripts=['bin/garden', 'bin/garden.bat'], | ||
+ scripts=['bin/kivy-garden'], | ||
install_requires=['requests'], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters