mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
python-apipkg: bump to 3.0.2
Changelog since 3.0.1: - Fix import path to make it vendoring-friendly - Remove py reference from test suite Add test.sh. Full changelog: https://github.com/pytest-dev/apipkg/releases Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
10358791fe
commit
c3792992f2
@@ -8,11 +8,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-apipkg
|
||||
PKG_VERSION:=3.0.1
|
||||
PKG_VERSION:=3.0.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=apipkg
|
||||
PKG_HASH:=f8c021adafc9132ac2fba9fd3c5768365d0a8c10aa375fb15e329f1fce8a5f01
|
||||
PKG_HASH:=c7aa61a4f82697fdaa667e70af1505acf1f7428b1c27b891d204ba7a8a3c5e0d
|
||||
|
||||
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>, Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$1" = python3-apipkg ] || exit 0
|
||||
|
||||
python3 -c 'import apipkg'
|
||||
Reference in New Issue
Block a user