From 7a4ec9908908bb67d2b2d6f01e202098fda5fe6b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 25 Feb 2022 20:30:07 +0100 Subject: community/python-installer: moved from extra --- community/python-installer/PKGBUILD | 14 ++++++++++++++ extra/python-installer/PKGBUILD | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 community/python-installer/PKGBUILD delete mode 100644 extra/python-installer/PKGBUILD diff --git a/community/python-installer/PKGBUILD b/community/python-installer/PKGBUILD new file mode 100644 index 00000000..9bc50ae4 --- /dev/null +++ b/community/python-installer/PKGBUILD @@ -0,0 +1,14 @@ +# breaking the cycle with python-spinx +makedepends=(${makedepends[@]/python-sphinx-furo}) +makedepends=(${makedepends[@]/python-sphinx-argparse}) +makedepends=(${makedepends[@]/python-sphinx}) +eval "$( + declare -f build | \ + sed ' + /sphinx-build/d + ' + declare -f package | \ + sed ' + /docs\/build\/html/d + ' +)" diff --git a/extra/python-installer/PKGBUILD b/extra/python-installer/PKGBUILD deleted file mode 100644 index 9bc50ae4..00000000 --- a/extra/python-installer/PKGBUILD +++ /dev/null @@ -1,14 +0,0 @@ -# breaking the cycle with python-spinx -makedepends=(${makedepends[@]/python-sphinx-furo}) -makedepends=(${makedepends[@]/python-sphinx-argparse}) -makedepends=(${makedepends[@]/python-sphinx}) -eval "$( - declare -f build | \ - sed ' - /sphinx-build/d - ' - declare -f package | \ - sed ' - /docs\/build\/html/d - ' -)" -- cgit v1.2.3-54-g00ecf