Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
refscrub
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
refscrub
Merge requests
!3
Update code to run under Python3 + Conda packaging
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Update code to run under Python3 + Conda packaging
conda_package
into
master
Overview
0
Commits
4
Pipelines
4
Changes
16
Closed
Maeva Pourpoint
requested to merge
conda_package
into
master
4 years ago
Overview
0
Commits
4
Pipelines
4
Changes
16
Expand
Updated to work with Python 3
Added unit tests to ensure basic functionalities of
refscrub
Updated list of platform specific dependencies to be installed when installing
refscrub
in dev mode (see setup.py)
Installed and tested
refscrub
against Python 3.[6,7,8] using tox
Formatted Python code to conform to the PEP8 style guide
Created conda package for
refscrub
that can run on Python 3.[6,7,8]
Updated .gitlab-ci.yml to run a linter and unit tests for Python 3.[6,7,8] in GitLab CI pipeline
👍
0
👎
0
Merge request reports
Compare
master
version 3
f99ece22
4 years ago
version 2
85d7e7d2
4 years ago
version 1
b33fead2
4 years ago
master (base)
and
latest version
latest version
9c84ad8e
4 commits,
4 years ago
version 3
f99ece22
3 commits,
4 years ago
version 2
85d7e7d2
2 commits,
4 years ago
version 1
b33fead2
1 commit,
4 years ago
16 files
+
197
−
239
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
conda.recipe/meta.yaml
+
16
−
10
Options
package
:
name
:
refscrub
version
:
20
11.04
6
version
:
20
20.21
6
source
:
path
:
..
path
:
..
/
build
:
# If the installation is complex, or different between Unix and Windows, use
# separate bld.bat and build.sh files instead of this key. Add the line
# "skip: True # [py<35]" (for example) to limit to Python 3.5 and newer, or
# "skip: True # [not win]" to limit to Windows.
script
:
python setup.py install --single-version-externally-managed --record=record.txt
noarch
:
python
number
:
1
script
:
{{
PYTHON
}}
-m pip install . --no-deps -vv
requirements
:
build
:
-
python
-
setuptools
-
python
>=3.6
-
pip
run
:
-
python
-
python >=3.6
test
:
source_files
:
-
tests
commands
:
-
python -m unittest
about
:
home
:
https://git.passcal.nmt.edu/passoft/refscrub
license
:
GPLv3
license_file
:
LICENSE
summary
:
Remove select packets from RT130 data
Loading