diff --git a/pypidb/_rules.py b/pypidb/_rules.py index 540b50f..d19b1f2 100644 --- a/pypidb/_rules.py +++ b/pypidb/_rules.py @@ -640,6 +640,7 @@ def from_set(self, other): Rule("robinhood-aiokafka", ["aiokafka"], link_extract=_url_no_extract, expect_none=True), Rule("rook", ignore_urls=["rookout.com"], expect_none=True), Rule("rpy2", patch="https://github.com/rpy2/rpy2/commit/ededbbf.patch"), + Rule("ruffus", patch="https://github.com/cgat-developers/ruffus/pull/118"), Rule("s3cmd", patch="https://github.com/s3tools/s3cmd/commit/8d314b01.patch"), Rule("s3pip", ["django-tastypie"], ignore_urls=["jlafon.io"], expect_none=True), Rule("salt", ignore_urls=["saltstack.org", "repo.saltstack.com"]), diff --git a/tests/data.py b/tests/data.py index 678f896..2aa94ce 100644 --- a/tests/data.py +++ b/tests/data.py @@ -175,6 +175,7 @@ "ruamel-yaml": "https://sourceforge.net/projects/ruamel-yaml", "rwt": "https://github.com/jaraco/rwt", "rx": "https://github.com/ReactiveX/RxPY", + "ruffus": "https://github.com/cgat-developers/ruffus", "s3cmd": "https://github.com/s3tools/s3cmd", "sailthru-client": "https://github.com/sailthru/sailthru-python-client", "scaleapi": "https://github.com/scaleapi/scaleapi-python-client",