Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: python-dotenv
|
||||
description: Reads key-value pairs from a .env file and set them as environment variables
|
||||
version: 1.2.1
|
||||
revision: 1
|
||||
url: https://github.com/theskumar/python-dotenv/
|
||||
license: BSD-3-Clause
|
||||
architecture: any
|
||||
output_architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- python-click
|
||||
make_depends:
|
||||
- python-build
|
||||
- python-installer
|
||||
- python-wheel
|
||||
downloads:
|
||||
- url: https://github.com/theskumar/python-dotenv/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: d9eebba53ff89f06bf99f2c87d2abef2b9da0790dc4b082ce1f9c5572f2cb1d0
|
||||
Reference in New Issue
Block a user