Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore Relevant Validators When 'setup.py.disabled' Exists #166

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

sommersoft
Copy link
Collaborator

Fixes #165

New short[er] list:

"repo_infrastructure_errors": {
    "CircuitPython drivers page missing driver": [
      "https://github.com/adafruit/Adafruit_CircuitPython_CPython",
      "https://github.com/adafruit/Adafruit_CircuitPython_APDS9500",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter",
      "https://github.com/adafruit/Adafruit_CircuitPython_BitbangIO"
    ],
    "CircuitPythonLibrarians team missing or does not have write access": [
      "https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel"
    ],
    "Example file(s) missing sensor/library name": [
      "https://github.com/adafruit/Adafruit_CircuitPython_BNO055",
      "https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO"
    ],
    "Failed to fetch latest release from GitHub": [
      "https://github.com/adafruit/Adafruit_CircuitPython_APDS9500",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit"
    ],
    "For pypi compatibility, missing Adafruit-Blinka in requirements.txt": [
      "https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE"
    ],
    "Library has new commits since last release over a month ago": [
      "https://github.com/adafruit/Adafruit_CircuitPython_Pypixelbuf (38 days)",
      "https://github.com/adafruit/Adafruit_CircuitPython_Debouncer (250 days)"
    ],
    "Library repository has no releases": [
      "https://github.com/adafruit/Adafruit_CircuitPython_APDS9500",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter"
    ],
    "New repo(s) currently in work, and unreleased": [
      "https://github.com/adafruit/Adafruit_CircuitPython_FONA",
      "https://github.com/adafruit/Adafruit_CircuitPython_SK9822",
      "https://github.com/adafruit/Adafruit_CircuitPython_MFRC630",
      "https://github.com/adafruit/Adafruit_CircuitPython_Debug_Bus_Device",
      "https://github.com/adafruit/Adafruit_CircuitPython_Debug_SPI",
      "https://github.com/adafruit/Adafruit_CircuitPython_EthernetManager",
      "https://github.com/adafruit/Adafruit_CircuitPython_AT86RF233"
    ],
    "Not in bundle.": [
      "https://github.com/adafruit/Adafruit_CircuitPython_MCP4728",
      "https://github.com/adafruit/Adafruit_CircuitPython_GFX",
      "https://github.com/adafruit/Adafruit_CircuitPython_TestRepo",
      "https://github.com/adafruit/Adafruit_CircuitPython_CPython",
      "https://github.com/adafruit/Adafruit_CircuitPython_APDS9500",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter",
      "https://github.com/adafruit/Adafruit_CircuitPython_BitbangIO"
    ],
    "Not listed on PyPi for CPython use": [
      "https://github.com/adafruit/Adafruit_CircuitPython_APDS9500",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit",
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter"
    ],
    "ReadTheDocs latest build has warnings and/or errors": [
      "https://github.com/adafruit/Adafruit_CircuitPython_PyPortal",
      "https://github.com/adafruit/Adafruit_CircuitPython_MAX31855",
      "https://github.com/adafruit/Adafruit_CircuitPython_TSL2561"
    ],
    "ReadTheDocs missing as a subproject on CircuitPython": [
      "https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter"
    ]
  }

@sommersoft sommersoft requested a review from kattni April 17, 2020 05:35
Copy link
Contributor

@kattni kattni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌮 🌮 🌮 !!

@kattni kattni merged commit ddcf3f0 into adafruit:master Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorporate New 'setup.py.disabled' Into Applicable Validators
2 participants