Browse Source
Merge pull request #11421 from jefferyto/python-enum34-1.1.9
python-enum34: Update to 1.1.9, refresh patch
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
9 deletions
-
lang/python/python-enum34/Makefile
-
lang/python/python-enum34/patches/001-omit-docs.patch
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-enum34 |
|
|
|
PKG_VERSION:=1.1.6 |
|
|
|
PKG_RELEASE:=4 |
|
|
|
PKG_VERSION:=1.1.9 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=enum34 |
|
|
|
PKG_HASH:=8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1 |
|
|
|
PKG_HASH:=13ef9a1c478203252107f66c25b99b45b1865693ca1284aab40dafa7e1e7ac17 |
|
|
|
|
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|
PKG_LICENSE_FILES:=enum/LICENSE |
|
|
|
|
|
@ -1,10 +1,9 @@ |
|
|
|
diff -r f24487b45cd0 setup.py
|
|
|
|
--- a/setup.py Sun May 15 20:28:23 2016 -0700
|
|
|
|
+++ b/setup.py Wed Jul 27 22:49:13 2016 +0800
|
|
|
|
@@ -63,15 +63,6 @@
|
|
|
|
version='1.1.6', |
|
|
|
--- a/setup.py
|
|
|
|
+++ b/setup.py
|
|
|
|
@@ -71,15 +71,6 @@ data = dict(
|
|
|
|
version='1.1.9', |
|
|
|
url='https://bitbucket.org/stoneleaf/enum34', |
|
|
|
packages=['enum'], |
|
|
|
packages=packages, |
|
|
|
- package_data={
|
|
|
|
- 'enum' : [
|
|
|
|
- 'LICENSE',
|
|
|
|