summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-08-01 08:02:41 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-08-01 08:02:41 +0200
commit490332bfd2d4e6358bd7f37512edfbbb3101eb47 (patch)
tree80805b0b7ce76561b50d2c8ea6f403a9d5c00750
parent19ab978b2c0fc0df9e71885a3243fcf3f91d0c86 (diff)
downloadarchlinuxewe-490332bfd2d4e6358bd7f37512edfbbb3101eb47.tar.xz
remove packages, that cannot be built, because they depend on python-mock
-rw-r--r--python-knack/PKGBUILD31
-rw-r--r--python-msal/PKGBUILD25
2 files changed, 0 insertions, 56 deletions
diff --git a/python-knack/PKGBUILD b/python-knack/PKGBUILD
deleted file mode 100644
index 568db4296..000000000
--- a/python-knack/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Contributor: Lukas Zimmermann <luk.zim91 at gmail dot com>
-# Contributor: Kelsey Maes <kelseymaes at outlook dot com>
-
-pkgname=python-knack
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="A Python command line interface framework"
-arch=('any')
-url="https://github.com/Microsoft/knack"
-license=('MIT')
-depends=('python-argcomplete' 'python-colorama' 'python-jmespath' 'python-six' 'python-tabulate' 'python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-pytest')
-source=("https://github.com/Microsoft/knack/archive/v${pkgver}.tar.gz")
-sha512sums=('cc23b653b0e740b3f4e40d4b20e541e80fe98d14633d764205319961e2222cafcfecec73f38c574cb1b7d065d53dda595fcd82aecc1224c1edc6475e5d26c590')
-
-build() {
- cd "knack-${pkgver}"
- python setup.py build
-}
-
-check() {
- cd "knack-${pkgver}"
- pytest
-}
-
-package() {
- cd "knack-${pkgver}"
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
diff --git a/python-msal/PKGBUILD b/python-msal/PKGBUILD
deleted file mode 100644
index 1acf46da6..000000000
--- a/python-msal/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Contributor: Julian Weigt <juw@posteo.de>
-# PKGBUILD generated by pipman, description shortened
-# Python package author: Microsoft Corporation <nugetaad@microsoft.com>
-pkgname=python-msal
-pkgver=1.26.0
-pkgrel=1
-pkgdesc="Microsoft Authentication Library for Python library to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts and Microsoft Accounts using OAuth2 and OpenID Connect"
-arch=(any)
-url="https://github.com/AzureAD/microsoft-authentication-library-for-python"
-license=(MIT)
-depends=("python-requests" "python-pyjwt" "python-cryptography" "python-mock")
-makedepends=("python-setuptools")
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/$pkgver.tar.gz")
-sha512sums=('11611c85b70623fa467e0e101eb2cbcf2f4e552e7b9796d21237c276d008f009e57333ac7c3861d3bdf8bac510a0fbe545671a6ae3a447e4ebb8a198037bebe2')
-
-build() {
- cd "microsoft-authentication-library-for-python-$pkgver"
- python setup.py build
-}
-
-package() {
- cd "microsoft-authentication-library-for-python-$pkgver"
- python setup.py install --root="$pkgdir" --optimize=1
-}