asciinema & borgbackup: remove common pycache dir

It contains file 'site.cpython-38.pyc' which is not needed.
This commit is contained in:
Leonid Pliushch 2019-12-13 15:43:49 +02:00
parent d455904cc6
commit fa328d0018
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://asciinema.org/
TERMUX_PKG_DESCRIPTION="Record and share your terminal sessions, the right way"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=2.0.2
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SHA256=2578a1b5611e5375771ef6582a6533ef8d40cdbed1ba1c87786fd23af625ab68
TERMUX_PKG_SRCURL=https://github.com/asciinema/asciinema/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_BUILD_IN_SRC=true
@ -13,6 +13,7 @@ TERMUX_PKG_DEPENDS="python, ncurses-utils"
TERMUX_PKG_RM_AFTER_INSTALL="
lib/python3.8/site-packages/easy-install.pth
lib/python3.8/site-packages/site.py
lib/python3.8/__pycache__
"
termux_step_make() {

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.borgbackup.org/
TERMUX_PKG_DESCRIPTION="Deduplicating and compressing backup program"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_VERSION=1.1.10
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SHA256=efb41416d24ff1d13c7952c7f4eaf41ef6fc5e1000354217db55cd62c905e7de
TERMUX_PKG_DEPENDS="libacl,liblz4,zstd,openssl,python"
TERMUX_PKG_SRCURL=https://github.com/borgbackup/borg/releases/download/${TERMUX_PKG_VERSION}/borgbackup-${TERMUX_PKG_VERSION}.tar.gz
@ -10,6 +10,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_RM_AFTER_INSTALL="
lib/python3.8/site-packages/easy-install.pth
lib/python3.8/site-packages/site.py
lib/python3.8/__pycache__
"
termux_step_make_install () {