From 2f2ce33d0e39d9423d18f9a4766d883a004ce97b Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 7 Dec 2019 16:44:19 +0300 Subject: targetcli-fb: fix deps --- .../dev-python/configshell-fb/configshell-fb-scm.exheres-0 | 7 +++++++ packages/dev-python/configshell-fb/configshell-fb.exlib | 14 ++++++++++++++ packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 | 7 +++++++ packages/dev-python/rtslib-fb/rtslib-fb.exlib | 14 ++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 create mode 100644 packages/dev-python/configshell-fb/configshell-fb.exlib create mode 100644 packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 create mode 100644 packages/dev-python/rtslib-fb/rtslib-fb.exlib (limited to 'packages/dev-python') diff --git a/packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 b/packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 new file mode 100644 index 0000000..4a3dbce --- /dev/null +++ b/packages/dev-python/configshell-fb/configshell-fb-scm.exheres-0 @@ -0,0 +1,7 @@ +# Copyright 2019 Gluzskiy Alexandr +# Distributed under the terms of the GNU General Public License v2 + +require configshell-fb + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-python/configshell-fb/configshell-fb.exlib b/packages/dev-python/configshell-fb/configshell-fb.exlib new file mode 100644 index 0000000..e043245 --- /dev/null +++ b/packages/dev-python/configshell-fb/configshell-fb.exlib @@ -0,0 +1,14 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr + +require setup-py [ import=distutils ] +require github [ user=open-iscsi tag=v${PV} ] + +SUMMARY="A Python library for building configuration shells" + +SLOT="0" +LICENCES="Apache-2.0" + +DEPENDENCIES=" +" + diff --git a/packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 b/packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 new file mode 100644 index 0000000..e7a1487 --- /dev/null +++ b/packages/dev-python/rtslib-fb/rtslib-fb-scm.exheres-0 @@ -0,0 +1,7 @@ +# Copyright 2019 Gluzskiy Alexandr +# Distributed under the terms of the GNU General Public License v2 + +require rtslib-fb + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/dev-python/rtslib-fb/rtslib-fb.exlib b/packages/dev-python/rtslib-fb/rtslib-fb.exlib new file mode 100644 index 0000000..4f0e379 --- /dev/null +++ b/packages/dev-python/rtslib-fb/rtslib-fb.exlib @@ -0,0 +1,14 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr + +require setup-py [ import=distutils ] +require github [ user=open-iscsi tag=v${PV} ] + +SUMMARY="A Python object API for managing the Linux LIO kernel target" + +SLOT="0" +LICENCES="Apache-2.0" + +DEPENDENCIES=" +" + -- cgit v1.2.3