summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-01 01:56:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-04-01 01:56:41 +0000
commitb5dad7a62435d4f587f63c5e7d16bf11d86aa97f (patch)
treeaa7e84830be6d1c482ea360d49ad25c79b218603 /dev-python
parent24e99acb017162d840c056c0fecf68469c37394b (diff)
downloadbaldeagleos-repo-b5dad7a62435d4f587f63c5e7d16bf11d86aa97f.tar.gz
baldeagleos-repo-b5dad7a62435d4f587f63c5e7d16bf11d86aa97f.tar.xz
baldeagleos-repo-b5dad7a62435d4f587f63c5e7d16bf11d86aa97f.zip
Adding metadata
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch33
-rw-r--r--dev-python/zstandard/zstandard-0.15.2-r1.ebuild2
2 files changed, 1 insertions, 34 deletions
diff --git a/dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch b/dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch
deleted file mode 100644
index ff0085c7a1f6..000000000000
--- a/dev-python/netcdf4-python/files/netcdf4-python-1.5.5-tests.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-# tst_diskless.py fails and tst_dap.py requires network
---- a/test/run_all.py
-+++ b/test/run_all.py
-@@ -16,9 +16,6 @@ if python3:
- else:
- test_files.remove('tst_unicode3.py')
- sys.stdout.write('not running tst_unicode3.py ...\n')
--if __netcdf4libversion__ < '4.2.1' or __has_parallel4_support__ or __has_pnetcdf_support__:
-- test_files.remove('tst_diskless.py')
-- sys.stdout.write('not running tst_diskless.py ...\n')
- if not __has_nc_inq_path__:
- test_files.remove('tst_filepath.py')
- sys.stdout.write('not running tst_filepath.py ...\n')
-@@ -29,14 +26,11 @@ if not __has_cdf5_format__ or struct.calcsize("P") < 8:
- test_files.remove('tst_cdf5.py')
- sys.stdout.write('not running tst_cdf5.py ...\n')
-
--# Don't run tests that require network connectivity
--if os.getenv('NO_NET'):
-- test_files.remove('tst_dap.py');
-- sys.stdout.write('not running tst_dap.py ...\n')
--else:
-- # run opendap test first (issue #856).
-- test_files.remove('tst_dap.py')
-- test_files.insert(0,'tst_dap.py')
-+test_files.remove('tst_diskless.py')
-+sys.stdout.write('not running tst_diskless.py ...\n')
-+
-+test_files.remove('tst_dap.py');
-+sys.stdout.write('not running tst_dap.py ...\n')
-
- # Build the test suite from the tests found in the test files.
- testsuite = unittest.TestSuite()
diff --git a/dev-python/zstandard/zstandard-0.15.2-r1.ebuild b/dev-python/zstandard/zstandard-0.15.2-r1.ebuild
index 1aa034ebdefc..6235b80e59b2 100644
--- a/dev-python/zstandard/zstandard-0.15.2-r1.ebuild
+++ b/dev-python/zstandard/zstandard-0.15.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
DEPEND="
app-arch/zstd:="