This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
python-jsonschema: Update to 4.4.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To
3 years ago
committed by
Rosen Penev
parent
dbd1fd07e8
commit
4d0d6eedfa
2 changed files
with
8 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
lang/python/python-jsonschema/Makefile
+5
-0
lang/python/python-jsonschema/patches/001-setup.patch
+ 3
- 3
lang/python/python-jsonschema/Makefile
View File
@ -1,11 +1,11 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
python-jsonschema
PKG_VERSION
:=
3.2
.0
PKG_RELEASE
:=
5
PKG_VERSION
:=
4.4
.0
PKG_RELEASE
:=
1
PYPI_NAME
:=
jsonschema
PKG_HASH
:=
c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
PKG_HASH
:=
636694eb41b3535ed608fe04129f26542b59ed99808b4f688aa32dcf55317a83
PKG_MAINTAINER
:=
Javier Marcet <javier@marcet.info>
PKG_LICENSE
:=
MIT
+ 5
- 0
lang/python/python-jsonschema/patches/001-setup.patch
View File
@ -0,0 +1,5 @@
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,2 @@
+from setuptools import setup
+setup(use_scm_version=True)
Write
Preview
Loading…
Cancel
Save