kiota-abstractions
This commit is contained in:
parent
7e1da8efaf
commit
c5c341f889
2 changed files with 24 additions and 1 deletions
|
@ -16,7 +16,10 @@ depends="
|
||||||
"
|
"
|
||||||
checkdepends="py3-pytest"
|
checkdepends="py3-pytest"
|
||||||
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"
|
makedepends="py3-setuptools py3-gpep517 py3-wheel py3-flit"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-abstractions-v$pkgver.tar.gz"
|
source="
|
||||||
|
$pkgname-$pkgver.tar.gz::https://github.com/microsoft/kiota-python/archive/refs/tags/microsoft-kiota-abstractions-v$pkgver.tar.gz
|
||||||
|
exclude-changelog-license.patch
|
||||||
|
"
|
||||||
builddir="$srcdir/kiota-python-microsoft-kiota-abstractions-v$pkgver/packages/abstractions"
|
builddir="$srcdir/kiota-python-microsoft-kiota-abstractions-v$pkgver/packages/abstractions"
|
||||||
subpackages="$pkgname-pyc"
|
subpackages="$pkgname-pyc"
|
||||||
|
|
||||||
|
@ -39,4 +42,5 @@ package() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
377d3784d26f9495f3522599e044a75a33817db01dad5ff474027f48935a22c7abf5cec10cf855bcee1b28e4b31aa048b8cb6a9d0b0a7d18c26054ba29299cce py3-microsoft-kiota-abstractions-1.6.0.tar.gz
|
377d3784d26f9495f3522599e044a75a33817db01dad5ff474027f48935a22c7abf5cec10cf855bcee1b28e4b31aa048b8cb6a9d0b0a7d18c26054ba29299cce py3-microsoft-kiota-abstractions-1.6.0.tar.gz
|
||||||
|
06ba9a557bbd3d60936122335604c24dd64cb686fc4c9f0eee06da6eb288ea62bd7add4a01318d644dc62733607543963ef2efcd231a70b1a0e47ce69d981a5e exclude-changelog-license.patch
|
||||||
"
|
"
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
diff --git a/pyproject.toml.orig b/pyproject.toml
|
||||||
|
index dc71a2f..0dfeb8b 100644
|
||||||
|
--- a/pyproject.toml.orig
|
||||||
|
+++ b/pyproject.toml
|
||||||
|
@@ -22,7 +22,6 @@ homepage = "https://github.com/microsoft/kiota#readme"
|
||||||
|
repository = "https://github.com/microsoft/kiota-python"
|
||||||
|
documentation = "https://microsoft.github.io/kiota/"
|
||||||
|
packages = [{include = "kiota_abstractions"}]
|
||||||
|
-include = ["CHANGELOG.md", "LICENSE"]
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = ">=3.8,<4.0"
|
||||||
|
@@ -54,4 +53,4 @@ profile = "hug"
|
||||||
|
|
||||||
|
[tool.poetry-monorepo.deps]
|
||||||
|
enabled = true
|
||||||
|
-commands = ["build", "export", "publish"]
|
||||||
|
\ No newline at end of file
|
||||||
|
+commands = ["build", "export", "publish"]
|
Loading…
Add table
Reference in a new issue