mirror of
https://github.com/openwrt/packages.git
synced 2026-06-20 07:50:31 +04:00
python-argcomplete: bump to 3.6.3
Changelog: https://github.com/kislyuk/argcomplete/blob/develop/CHANGES.rst Feature and bug fix releases since 3.2.1, including improvements to shell completion and compatibility updates. Switch build system from setuptools+setuptools_scm to hatchling+hatch-vcs (upstream changed in 3.3.0). Remove now-obsolete 001-unpin-setuptools.patch. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
3e548ca574
commit
753282cb9b
@@ -8,17 +8,17 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-argcomplete
|
||||
PKG_VERSION:=3.2.1
|
||||
PKG_VERSION:=3.6.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=argcomplete
|
||||
PKG_HASH:=437f67fb9b058da5a090df505ef9be0297c4883993f3f56cb186ff087778cfb4
|
||||
PKG_HASH:=62e8ed4fd6a45864acc8235409461b72c9a28ee785a2011cc5eb78318786c89c
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE.rst
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
|
||||
PKG_BUILD_DEPENDS:=python-setuptools-scm/host
|
||||
PKG_BUILD_DEPENDS:=python-hatchling/host python-hatch-vcs/host
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
Reference in New Issue
Block a user