borgbackup: Move from lang/python into utils
authorJeffery To <redacted>
Fri, 19 May 2023 05:54:09 +0000 (13:54 +0800)
committerRosen Penev <redacted>
Wed, 24 May 2023 03:08:51 +0000 (06:08 +0300)
lang/python is meant for Python libraries and other packages closely
related to the Python language. It makes more sense for borgbackup to be
in utils instead.

Signed-off-by: Jeffery To <redacted>
utils/borgbackup/Makefile [moved from lang/python/borgbackup/Makefile with 93% similarity]

similarity index 93%
rename from lang/python/borgbackup/Makefile
rename to utils/borgbackup/Makefile
index 95fd7eaffd474792e0d02953a9a46255b597b033..ab932de82a3cd869bf19bd07e54f22781f33a18d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=borgbackup
 PKG_VERSION:=1.2.4
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PYPI_NAME:=borgbackup
 PKG_HASH:=a4bd54e9469e81b7a30a6711423115abc818d9cd844ecb1ca0e6104bc5374da8
@@ -18,15 +18,14 @@ PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
 PKG_MAINTAINER:=Julien Malik <julien.malik@paraiso.me>
 
-include ../pypi.mk
+include ../../lang/python/pypi.mk
 include $(INCLUDE_DIR)/package.mk
-include ../python3-package.mk
+include ../../lang/python/python3-package.mk
 
 # see #20462 and #12942: email and urllib shall come with python3-light
 define Package/borgbackup
-  SECTION:=lang
-  CATEGORY:=Languages
-  SUBMENU:=Python
+  SECTION:=utils
+  CATEGORY:=Utilities
   TITLE:=Deduplicated, encrypted, authenticated and compressed backups
   URL:=https://github.com/borgbackup/borg
   DEPENDS:= \
git clone https://git.99rst.org/PROJECT