Skip to content
This repository was archived by the owner on Jul 17, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
- PKGS_SET=django
- PKGS_SET=flake8
- PKGS_SET=flask
- PKGS_SET=homeassistant
- PKGS_SET=pelican
- PKGS_SET=pykube
- PKGS_SET=pypi2nix
Expand Down
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ all: \
django \
flake8 \
flask \
homeassistant \
openstackclient \
pelican \
pykube \
Expand Down Expand Up @@ -68,16 +67,6 @@ flask:
nix-build -Q -A flask -o result-flask


homeassistant:
cd homeassistant/ && \
$(PYPI2NIX) -v \
-V 3.5 \
-s pytz
-O ../overrides.nix \
-r requirements.txt
nix-build -Q -A homeassistant -o result-homeassistant


pelican:
cd pelican/ && \
$(PYPI2NIX) -v \
Expand Down Expand Up @@ -196,7 +185,6 @@ static:
django \
flake8 \
flask \
homeassistant \
httpie \
openstackclient \
pelican \
Expand Down
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ This is a collections of Pelican_ and Pelican extensions packages.
HomeAssistant
^^^^^^^^^^^^^

:maintainers: ??? (Looking for maintainer)

This is a collections of HomeAssistant_ and its components.
HomeAssistant is available from https://github.com/NixOS/nixpkgs and has as a
consequence been removed from this repository.


Science
Expand Down
5 changes: 0 additions & 5 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ in createSets [
description = "Flask framework and its extensions.";
}

{ name = "homeassistant";
maintainers = [ maintainers.unknown ];
description = "Homeassistant framework and its components.";
}

{ name = "pelican";
maintainers = [ maintainers.garbas ];
description = "Pelican static blog generator and its extensions.";
Expand Down
113 changes: 0 additions & 113 deletions homeassistant/requirements.nix

This file was deleted.

4 changes: 0 additions & 4 deletions homeassistant/requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion homeassistant/requirements_frozen.txt

This file was deleted.

Loading