Skip to content

Commit

Permalink
rules: Add patch for ruffus
Browse files Browse the repository at this point in the history
Closes #100
  • Loading branch information
jayvdb committed Apr 10, 2020
1 parent cb46bff commit cda30bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pypidb/_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down
1 change: 1 addition & 0 deletions tests/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cda30bd

Please sign in to comment.