Skip to content

Commit

Permalink
borgbackup: Move from lang/python into utils
Browse files Browse the repository at this point in the history
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 <jeffery.to@gmail.com>
  • Loading branch information
jefferyto authored and neheb committed May 24, 2023
1 parent 96de355 commit 5059cfc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lang/python/borgbackup/Makefile → utils/borgbackup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:= \
Expand Down

0 comments on commit 5059cfc

Please sign in to comment.